aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue9/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-12-29 18:32:45 +0100
committerTristan Gingold <gingold@adacore.com>2015-12-29 18:33:05 +0100
commit5da63358e1dcc72fd25a1a299ac585d8ece05ccb (patch)
tree816468bb74e39f7c77995cd6463b4554fc16c1a4 /testsuite/gna/issue9/testsuite.sh
parent1f3b9913f64c03c7243f72b34d197afba69c74c4 (diff)
downloadghdl-5da63358e1dcc72fd25a1a299ac585d8ece05ccb.tar.gz
ghdl-5da63358e1dcc72fd25a1a299ac585d8ece05ccb.tar.bz2
ghdl-5da63358e1dcc72fd25a1a299ac585d8ece05ccb.zip
Add testcase for issue9
Diffstat (limited to 'testsuite/gna/issue9/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue9/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue9/testsuite.sh b/testsuite/gna/issue9/testsuite.sh
new file mode 100755
index 000000000..c226c0355
--- /dev/null
+++ b/testsuite/gna/issue9/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+
+analyze_failure repro.vhdl
+analyze_failure repro2.vhdl
+
+clean test
+
+echo "Test successful"