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