aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug034/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-01-05 06:47:12 +0100
committerTristan Gingold <gingold@adacore.com>2016-01-06 18:38:37 +0100
commit955e964b024de556c4c0db8fd745c6abdb8052fe (patch)
treec8c033deb0ea21b88cc24da224ec3f000e76c4ce /testsuite/gna/bug034/testsuite.sh
parent702be7d597c536450ae09475811297cba1b2f1cc (diff)
downloadghdl-955e964b024de556c4c0db8fd745c6abdb8052fe.tar.gz
ghdl-955e964b024de556c4c0db8fd745c6abdb8052fe.tar.bz2
ghdl-955e964b024de556c4c0db8fd745c6abdb8052fe.zip
Add bug034 testcase.
Diffstat (limited to 'testsuite/gna/bug034/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug034/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug034/testsuite.sh b/testsuite/gna/bug034/testsuite.sh
new file mode 100755
index 000000000..522256f2b
--- /dev/null
+++ b/testsuite/gna/bug034/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze repro.vhdl
+elab_simulate ent;
+
+clean
+
+echo "Test successful"