aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-20 08:08:53 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-20 21:23:38 +0100
commita3e5fafb1ee18c56e37b30cce14552d0e143507b (patch)
treecc7a3651f837106f114fdb253ec514e28929015e /testsuite
parent7345e9733aff6a749ee1332d7c1ab8a1d9e6a909 (diff)
downloadghdl-a3e5fafb1ee18c56e37b30cce14552d0e143507b.tar.gz
ghdl-a3e5fafb1ee18c56e37b30cce14552d0e143507b.tar.bz2
ghdl-a3e5fafb1ee18c56e37b30cce14552d0e143507b.zip
Add a test for --bug-box command
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/gna/bug067/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug067/testsuite.sh b/testsuite/gna/bug067/testsuite.sh
new file mode 100755
index 000000000..a1b3d5d24
--- /dev/null
+++ b/testsuite/gna/bug067/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+$GHDL --bug-box || true
+
+echo "Test successful"