diff options
Diffstat (limited to 'testsuite/gna/issue886/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue886/testsuite.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/gna/issue886/testsuite.sh b/testsuite/gna/issue886/testsuite.sh new file mode 100755 index 000000000..56adf9c55 --- /dev/null +++ b/testsuite/gna/issue886/testsuite.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure ent.vhdl +analyze_failure repro.vhdl +analyze_failure --force-analysis repro.vhdl +analyze_failure repro2.vhdl +analyze_failure repro3.vhdl + +clean + +echo "Test successful" |