diff options
Diffstat (limited to 'testsuite/gna/issue2103/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue2103/testsuite.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/gna/issue2103/testsuite.sh b/testsuite/gna/issue2103/testsuite.sh new file mode 100755 index 000000000..7bc24fd37 --- /dev/null +++ b/testsuite/gna/issue2103/testsuite.sh @@ -0,0 +1,17 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure repro.vhdl +analyze_failure repro2.vhdl +analyze_failure repro3.vhdl +analyze_failure repro4.vhdl +analyze_failure repro5.vhdl + +analyze pkg_logic_misc.vhdl +analyze pkg_math_utils.vhdl +analyze_failure pkg_math_signed.vhdl + +clean + +echo "Test successful" |