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