aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug074/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-06-16 18:41:45 +0200
committerTristan Gingold <tgingold@free.fr>2017-06-16 18:41:45 +0200
commitc429d3e572d8ef2b8d9f7a24bd1a16f8ab8c42a6 (patch)
tree30e88b7aaf50e5f7196109599640ef1d514307e5 /testsuite/gna/bug074/testsuite.sh
parent9dbe65d4db54dd5d44e2d140fa008e3150b882de (diff)
downloadghdl-c429d3e572d8ef2b8d9f7a24bd1a16f8ab8c42a6.tar.gz
ghdl-c429d3e572d8ef2b8d9f7a24bd1a16f8ab8c42a6.tar.bz2
ghdl-c429d3e572d8ef2b8d9f7a24bd1a16f8ab8c42a6.zip
Add testcase for previous patch.
Diffstat (limited to 'testsuite/gna/bug074/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug074/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/bug074/testsuite.sh b/testsuite/gna/bug074/testsuite.sh
new file mode 100755
index 000000000..a9e0d9830
--- /dev/null
+++ b/testsuite/gna/bug074/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+# Not a real test, should check for leaks.
+analyze repro.vhdl
+elab_simulate repro --stop-time=1us
+
+clean
+
+echo "Test successful"