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.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/issue2417/testsuite.sh b/testsuite/gna/issue2417/testsuite.sh
new file mode 100755
index 000000000..fca1b9b9e
--- /dev/null
+++ b/testsuite/gna/issue2417/testsuite.sh
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+analyze repro1.vhdl
+elab_simulate repro1
+
+analyze repro2.vhdl
+elab_simulate repro2
+
+clean
+
+echo "Test successful"