From e3c9103b4c6e5bd3d3d8d4a053b7a6c05ff55aeb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 3 Jan 2016 21:42:32 +0100 Subject: Add test for html output. --- testsuite/gna/bug033/testsuite.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 testsuite/gna/bug033/testsuite.sh (limited to 'testsuite/gna/bug033/testsuite.sh') diff --git a/testsuite/gna/bug033/testsuite.sh b/testsuite/gna/bug033/testsuite.sh new file mode 100755 index 0000000..c57a46b --- /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" -- cgit