diff options
author | Tristan Gingold | 2014-10-29 20:36:02 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-10-29 20:36:02 +0100 |
commit | 236a876a8448b89061bb71869c36a68aea0199c3 (patch) | |
tree | 36f03ad7f2b9a5eec72f3c635f90228f84696cbd /testsuite/gna/bug22868/testsuite.sh | |
parent | e00d31baa0e7190b959cfb03df03b260e402da05 (diff) | |
download | ghdl-236a876a8448b89061bb71869c36a68aea0199c3.tar.gz ghdl-236a876a8448b89061bb71869c36a68aea0199c3.tar.bz2 ghdl-236a876a8448b89061bb71869c36a68aea0199c3.zip |
Add testcase for bug 22868.
Diffstat (limited to 'testsuite/gna/bug22868/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug22868/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug22868/testsuite.sh b/testsuite/gna/bug22868/testsuite.sh new file mode 100755 index 0000000..6b3dc4f --- /dev/null +++ b/testsuite/gna/bug22868/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure fails1.vhdl +analyze_failure fails2.vhdl +analyze works.vhdl +clean + +echo "Test successful" |