diff options
Diffstat (limited to 'testsuite/gna/bug033/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug033/testsuite.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/gna/bug033/testsuite.sh b/testsuite/gna/bug033/testsuite.sh new file mode 100755 index 000000000..c57a46b07 --- /dev/null +++ b/testsuite/gna/bug033/testsuite.sh @@ -0,0 +1,15 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze simple.vhdl +elab_simulate simple + +$GHDL --reprint simple.vhdl +$GHDL --pp-html simple.vhdl > /dev/null +$GHDL --xref-html simple.vhdl +$GHDL --xref-html --std=08 simple08.vhdl + +clean + +echo "Test successful" |