aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-22 06:47:31 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-22 06:47:31 +0100
commit4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a (patch)
treeb48a6ddba0c800d9a0b0d97c3ff788ae71b985e9 /testsuite
parentcff1796a9a586bde424e0b3a81dd2693d48cf3a2 (diff)
downloadghdl-4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a.tar.gz
ghdl-4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a.tar.bz2
ghdl-4b9ba6d37fd35f2cb5de56b49916691cf60bdc2a.zip
bug033: remove html/ dir
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/gna/bug033/testsuite.sh2
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"