diff options
author | Tristan Gingold <gingold@adacore.com> | 2015-12-29 18:32:45 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2015-12-29 18:33:05 +0100 |
commit | 5da63358e1dcc72fd25a1a299ac585d8ece05ccb (patch) | |
tree | 816468bb74e39f7c77995cd6463b4554fc16c1a4 /testsuite/gna/issue9/testsuite.sh | |
parent | 1f3b9913f64c03c7243f72b34d197afba69c74c4 (diff) | |
download | ghdl-5da63358e1dcc72fd25a1a299ac585d8ece05ccb.tar.gz ghdl-5da63358e1dcc72fd25a1a299ac585d8ece05ccb.tar.bz2 ghdl-5da63358e1dcc72fd25a1a299ac585d8ece05ccb.zip |
Add testcase for issue9
Diffstat (limited to 'testsuite/gna/issue9/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue9/testsuite.sh | 11 |
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" |