diff options
Diffstat (limited to 'testsuite/gna/bug077/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug077/testsuite.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/gna/bug077/testsuite.sh b/testsuite/gna/bug077/testsuite.sh index 8d22a2073..cee255f9a 100755 --- a/testsuite/gna/bug077/testsuite.sh +++ b/testsuite/gna/bug077/testsuite.sh @@ -2,10 +2,27 @@ . ../../testenv.sh +analyze repro2.vhdl +elab_simulate repro2 + +analyze repro5.vhdl +elab_simulate repro5 + +analyze repro6.vhdl +elab_simulate_failure repro6 + +clean + export GHDL_STD_FLAGS=--std=08 analyze repro.vhdl elab_simulate repro +analyze repro3.vhdl +elab_simulate repro3 + +analyze repro7.vhdl +elab_simulate repro7 + clean echo "Test successful" |