aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/sanity/004all08/testsuite.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/sanity/004all08/testsuite.sh b/testsuite/sanity/004all08/testsuite.sh
index 2a412d24a..0b908aade 100755
--- a/testsuite/sanity/004all08/testsuite.sh
+++ b/testsuite/sanity/004all08/testsuite.sh
@@ -1,5 +1,11 @@
#!/bin/sh
+if [ "$ISGPL" = "true" ]; then
+ # std_logic_1164 not available in openieee.
+ echo "test skipped"
+ exit 0
+fi
+
. ../../testenv.sh
GHDL_STD_FLAGS="--std=08"