aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue807/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue807/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue807/testsuite.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/gna/issue807/testsuite.sh b/testsuite/gna/issue807/testsuite.sh
new file mode 100755
index 000000000..e4f645694
--- /dev/null
+++ b/testsuite/gna/issue807/testsuite.sh
@@ -0,0 +1,19 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze repropoc.vhdl
+elab_simulate repropoc
+
+analyze reproct.vhdl
+elab_simulate reproct
+
+clean
+
+export GHDL_STD_FLAGS=--std=08
+analyze test.vhdl repro.vhdl
+elab_simulate test
+
+clean
+
+echo "Test successful"