aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug067
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug067')
-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"