aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2417/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue2417/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue2417/testsuite.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/gna/issue2417/testsuite.sh b/testsuite/gna/issue2417/testsuite.sh
index fca1b9b9e..b319da51f 100755
--- a/testsuite/gna/issue2417/testsuite.sh
+++ b/testsuite/gna/issue2417/testsuite.sh
@@ -3,11 +3,11 @@
. ../../testenv.sh
export GHDL_STD_FLAGS=--std=08
-analyze repro1.vhdl
-elab_simulate repro1
-analyze repro2.vhdl
-elab_simulate repro2
+for t in repro1 repro2 repro3 repro4 repro5 repro6; do
+ analyze $t.vhdl
+ elab_simulate $t
+done
clean