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