aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug081/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-29 06:19:06 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-29 06:19:06 +0100
commitcdec4a400cd14775cc06acf43787cb95c792f258 (patch)
tree69db15904ae6a45f43dd5e49690f50a6e15f1da7 /testsuite/gna/bug081/testsuite.sh
parentad23318cf197c329f80926018ce693aeeef13467 (diff)
downloadghdl-cdec4a400cd14775cc06acf43787cb95c792f258.tar.gz
ghdl-cdec4a400cd14775cc06acf43787cb95c792f258.tar.bz2
ghdl-cdec4a400cd14775cc06acf43787cb95c792f258.zip
Add testcase for previous patch.
Diffstat (limited to 'testsuite/gna/bug081/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug081/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug081/testsuite.sh b/testsuite/gna/bug081/testsuite.sh
new file mode 100755
index 000000000..7101b5636
--- /dev/null
+++ b/testsuite/gna/bug081/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze dummy.vhdl
+elab_simulate_failure dummyentity
+
+clean
+
+echo "Test successful"