diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-12-22 06:47:31 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-22 06:47:31 +0100 |
commit | 4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a (patch) | |
tree | b48a6ddba0c800d9a0b0d97c3ff788ae71b985e9 /testsuite/gna/bug033/testsuite.sh | |
parent | cff1796a9a586bde424e0b3a81dd2693d48cf3a2 (diff) | |
download | ghdl-4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a.tar.gz ghdl-4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a.tar.bz2 ghdl-4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a.zip |
bug033: remove html/ dir
Diffstat (limited to 'testsuite/gna/bug033/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug033/testsuite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/gna/bug033/testsuite.sh b/testsuite/gna/bug033/testsuite.sh index c57a46b07..07cf61433 100755 --- a/testsuite/gna/bug033/testsuite.sh +++ b/testsuite/gna/bug033/testsuite.sh @@ -10,6 +10,8 @@ $GHDL --pp-html simple.vhdl > /dev/null $GHDL --xref-html simple.vhdl $GHDL --xref-html --std=08 simple08.vhdl +rm -rf html + clean echo "Test successful" |