aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/ft32
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-26 00:18:45 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-28 21:55:16 -0500
commitb42f20d2ac724c4936ff9cc1109f6cf2d91a7a52 (patch)
tree82e4f2537200e3846ba1e65f8aae9e4e44a2249a /sim/testsuite/ft32
parent804de1faf4f667bbca5b9ff38dcfe37493052098 (diff)
downloadgdb-b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52.zip
gdb-b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52.tar.gz
gdb-b42f20d2ac724c4936ff9cc1109f6cf2d91a7a52.tar.bz2
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.
Diffstat (limited to 'sim/testsuite/ft32')
-rw-r--r--sim/testsuite/ft32/allinsn.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/testsuite/ft32/allinsn.exp b/sim/testsuite/ft32/allinsn.exp
index 6958f06..260f13e 100644
--- a/sim/testsuite/ft32/allinsn.exp
+++ b/sim/testsuite/ft32/allinsn.exp
@@ -2,7 +2,7 @@
sim_init
-if [istarget ft32-*] {
+if [istarget *] {
# all machines
set all_machs "ft32"