diff options
author | Tristan Gingold | 2015-07-11 07:31:14 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-07-11 07:31:14 +0200 |
commit | d12616d2738c6158654d9058fd788f5ec0306109 (patch) | |
tree | f5c0580e83f5325977988c6ed37d0a1640d6904e /testsuite/gna/bug16/testsuite.sh | |
parent | 3756de36c89a5d8e3da0820c3de3d63af0e3f57a (diff) | |
download | ghdl-d12616d2738c6158654d9058fd788f5ec0306109.tar.gz ghdl-d12616d2738c6158654d9058fd788f5ec0306109.tar.bz2 ghdl-d12616d2738c6158654d9058fd788f5ec0306109.zip |
Add test for duplicate error message.
Diffstat (limited to 'testsuite/gna/bug16/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug16/testsuite.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/bug16/testsuite.sh b/testsuite/gna/bug16/testsuite.sh new file mode 100755 index 0000000..5311492 --- /dev/null +++ b/testsuite/gna/bug16/testsuite.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure repro.vhdl + +analyze pkg.vhdl +analyze repro1.vhdl +analyze pkg.vhdl +analyze_failure repro2.vhdl + +clean + +echo "Test successful" |