aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1038/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue1038/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue1038/testsuite.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/issue1038/testsuite.sh b/testsuite/gna/issue1038/testsuite.sh
index 8d22a2073..1cc5808aa 100755
--- a/testsuite/gna/issue1038/testsuite.sh
+++ b/testsuite/gna/issue1038/testsuite.sh
@@ -6,6 +6,12 @@ export GHDL_STD_FLAGS=--std=08
analyze repro.vhdl
elab_simulate repro
+analyze repro2.vhdl
+elab_simulate repro2
+
+analyze repro4.vhdl
+elab_simulate repro4
+
clean
echo "Test successful"