summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug21078/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold2013-12-29 11:52:07 +0100
committerTristan Gingold2013-12-29 11:52:07 +0100
commitc2a20bfff0896a33abed1cf2c4d4f1551457e710 (patch)
tree3371081eb726060a81dc87a00188576628a4aaff /testsuite/gna/bug21078/testsuite.sh
parentc8ec04b7ddb029a08bb065cb96902c2fcbfde335 (diff)
downloadghdl-c2a20bfff0896a33abed1cf2c4d4f1551457e710.tar.gz
ghdl-c2a20bfff0896a33abed1cf2c4d4f1551457e710.tar.bz2
ghdl-c2a20bfff0896a33abed1cf2c4d4f1551457e710.zip
Fix crash in bug21078.
Diffstat (limited to 'testsuite/gna/bug21078/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug21078/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/bug21078/testsuite.sh b/testsuite/gna/bug21078/testsuite.sh
new file mode 100755
index 0000000..88cd64e
--- /dev/null
+++ b/testsuite/gna/bug21078/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze_failure foo.vhdl
+
+clean
+
+echo "Test successful"