aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket81/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-05-26 21:29:00 +0200
committerTristan Gingold <tgingold@free.fr>2015-05-26 21:29:00 +0200
commitcf93c28809e41da171abfd6a6db5622f27b61e32 (patch)
treef76d9dc8f51afb71b59363ab3c068c2d2a40316a /testsuite/gna/ticket81/testsuite.sh
parent2f1b14b847d87954b76feebd2d8f683e5ce92fd7 (diff)
downloadghdl-cf93c28809e41da171abfd6a6db5622f27b61e32.tar.gz
ghdl-cf93c28809e41da171abfd6a6db5622f27b61e32.tar.bz2
ghdl-cf93c28809e41da171abfd6a6db5622f27b61e32.zip
testcase for ticket81.
Diffstat (limited to 'testsuite/gna/ticket81/testsuite.sh')
-rwxr-xr-xtestsuite/gna/ticket81/testsuite.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/ticket81/testsuite.sh b/testsuite/gna/ticket81/testsuite.sh
new file mode 100755
index 000000000..f6c976d89
--- /dev/null
+++ b/testsuite/gna/ticket81/testsuite.sh
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze repro.vhdl
+analyze repro2.vhdl
+clean
+
+GHDL_STD_FLAGS=--std=08
+analyze bug.vhdl
+elab_simulate ent
+clean
+
+echo "Test successful"