diff options
Diffstat (limited to 'testsuite/gna/issue1381/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue1381/testsuite.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/issue1381/testsuite.sh b/testsuite/gna/issue1381/testsuite.sh new file mode 100755 index 000000000..10388ef94 --- /dev/null +++ b/testsuite/gna/issue1381/testsuite.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze -Wunused -Werror repro.vhdl +analyze_failure repro2.vhdl +analyze_failure repro3.vhdl +analyze -Wunused -Werror repro4.vhdl + +clean + +echo "Test successful" |