diff options
author | Tristan Gingold | 2016-01-03 21:42:32 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-03 21:42:32 +0100 |
commit | e3c9103b4c6e5bd3d3d8d4a053b7a6c05ff55aeb (patch) | |
tree | 56f86d86014e349d9ebfda215bb250a5629038b5 /testsuite/gna/bug033/testsuite.sh | |
parent | 73f999bf34ee4bfc0d88e8a22c2b2a40f3ffc3e3 (diff) | |
download | ghdl-e3c9103b4c6e5bd3d3d8d4a053b7a6c05ff55aeb.tar.gz ghdl-e3c9103b4c6e5bd3d3d8d4a053b7a6c05ff55aeb.tar.bz2 ghdl-e3c9103b4c6e5bd3d3d8d4a053b7a6c05ff55aeb.zip |
Add test for html output.
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 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" |