diff options
Diffstat (limited to 'testsuite/gna/bug02/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug02/testsuite.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuite/gna/bug02/testsuite.sh b/testsuite/gna/bug02/testsuite.sh new file mode 100755 index 000000000..1c0e6d308 --- /dev/null +++ b/testsuite/gna/bug02/testsuite.sh @@ -0,0 +1,19 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +elab_simulate repro + +analyze repro2.vhdl +elab_simulate repro2 + +clean + +GHDL_STD_FLAGS=--std=08 +analyze repro3.vhdl +elab_simulate repro3 + +clean + +echo "Test successful" |