aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug029/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-12-19 13:57:37 +0100
committerTristan Gingold <gingold@adacore.com>2015-12-19 13:57:37 +0100
commit7fc250bfc464604ba811e9785a4719ac2c0e6564 (patch)
tree9b2361ab9fbeaa2707b358e50f65f6dd0fcb4f6f /testsuite/gna/bug029/testsuite.sh
parent3089c62c524727d5eca16ebdbc817f19cf43e000 (diff)
downloadghdl-7fc250bfc464604ba811e9785a4719ac2c0e6564.tar.gz
ghdl-7fc250bfc464604ba811e9785a4719ac2c0e6564.tar.bz2
ghdl-7fc250bfc464604ba811e9785a4719ac2c0e6564.zip
Add testcase for ghdl-llvm unreachable code.
Diffstat (limited to 'testsuite/gna/bug029/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug029/testsuite.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/bug029/testsuite.sh b/testsuite/gna/bug029/testsuite.sh
new file mode 100755
index 000000000..95404c65b
--- /dev/null
+++ b/testsuite/gna/bug029/testsuite.sh
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze fft.vhdl
+analyze fft1.vhdl
+analyze fft2.vhdl
+analyze repro1.vhdl
+analyze repro2.vhdl
+#elab_simulate simple1
+
+clean
+
+echo "Test successful"