aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0112/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug0112/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug0112/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/bug0112/testsuite.sh b/testsuite/gna/bug0112/testsuite.sh
new file mode 100755
index 000000000..a5701529a
--- /dev/null
+++ b/testsuite/gna/bug0112/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+if $GHDL --version | grep -q mcode; then
+ analyze --check-ast assert01.vhdl
+fi
+
+clean
+
+echo "Test successful"