aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-22 08:01:07 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-22 08:01:07 +0100
commitd42d7795a70586f7479565b89e8870b25ceb06ba (patch)
tree25024e39dd0b0a48f1ae686afdb856302b569140 /testsuite
parent23e70671cc68dea9def3bd22f2a173c4581464ae (diff)
downloadghdl-d42d7795a70586f7479565b89e8870b25ceb06ba.tar.gz
ghdl-d42d7795a70586f7479565b89e8870b25ceb06ba.tar.bz2
ghdl-d42d7795a70586f7479565b89e8870b25ceb06ba.zip
travis-ci: skip 004all08 test for gpl build.
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"