diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-06-02 21:55:06 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-06-02 21:55:06 +0200 |
commit | 2153aea92dfa3f28990f00f85fcff3a552ee21b0 (patch) | |
tree | abdce213ec4c6a27bf992f2b2f1404c7e00767b3 /testsuite/gna/bug14/testsuite.sh | |
parent | d363464f4a40cd999838aa5d229a3644bfbe2cec (diff) | |
download | ghdl-2153aea92dfa3f28990f00f85fcff3a552ee21b0.tar.gz ghdl-2153aea92dfa3f28990f00f85fcff3a552ee21b0.tar.bz2 ghdl-2153aea92dfa3f28990f00f85fcff3a552ee21b0.zip |
Testcase for duplicate subprogram body.
Diffstat (limited to 'testsuite/gna/bug14/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug14/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug14/testsuite.sh b/testsuite/gna/bug14/testsuite.sh new file mode 100755 index 000000000..27deff22e --- /dev/null +++ b/testsuite/gna/bug14/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure bug.vhdl +analyze_failure bug2.vhdl +analyze_failure bug3.vhdl +clean + +echo "Test successful" |