From b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 26 Nov 2021 00:18:45 -0500 Subject: sim: testsuite: drop most specific istarget checks We'll rely on the toolchain probing to determine whether each arch's tests can be run rather the current configure target. This allows testing all of the ports in a multitarget configuration. For now, we don't reformat the files entirely to make it easier to review, and in case we need to make adjustments. Once this feels like it's stable, we can flatten the code a bit by removing the if statement entirely. --- sim/testsuite/sh/allinsn.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/testsuite/sh') diff --git a/sim/testsuite/sh/allinsn.exp b/sim/testsuite/sh/allinsn.exp index ceed950..69d324a 100644 --- a/sim/testsuite/sh/allinsn.exp +++ b/sim/testsuite/sh/allinsn.exp @@ -14,7 +14,7 @@ foreach opt $board_variant_list { } } -if [istarget sh-*elf] { +if [istarget *] { foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] { run_sim_test $src $all_machs } -- cgit v1.1