aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue641/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-25 07:48:01 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-25 07:48:01 +0200
commitd85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681 (patch)
tree53a5f6512a3b39f998bdc9aea3ca06f9332522a1 /testsuite/gna/issue641/testsuite.sh
parentda3ee484fba29fcb976cfe6973a3a7b0dcb25f80 (diff)
downloadghdl-d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681.tar.gz
ghdl-d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681.tar.bz2
ghdl-d85a1a9dcc4ebe3bafc746ea27ba38c5c7f78681.zip
testsuite/gna: add tests for #641
Diffstat (limited to 'testsuite/gna/issue641/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue641/testsuite.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/issue641/testsuite.sh b/testsuite/gna/issue641/testsuite.sh
new file mode 100755
index 000000000..e18661f1f
--- /dev/null
+++ b/testsuite/gna/issue641/testsuite.sh
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+analyze ent.vhdl
+elab_simulate test
+
+analyze repro1.vhdl
+elab_simulate repro1
+
+clean
+
+echo "Test successful"