aboutsummaryrefslogtreecommitdiffstats
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
parent23e70671cc68dea9def3bd22f2a173c4581464ae (diff)
downloadghdl-d42d7795a70586f7479565b89e8870b25ceb06ba.tar.gz
ghdl-d42d7795a70586f7479565b89e8870b25ceb06ba.tar.bz2
ghdl-d42d7795a70586f7479565b89e8870b25ceb06ba.zip
travis-ci: skip 004all08 test for gpl build.
-rwxr-xr-xdist/travis/test.sh2
-rwxr-xr-xtestsuite/sanity/004all08/testsuite.sh6
2 files changed, 8 insertions, 0 deletions
diff --git a/dist/travis/test.sh b/dist/travis/test.sh
index c588f01dc..c6113584d 100755
--- a/dist/travis/test.sh
+++ b/dist/travis/test.sh
@@ -11,6 +11,8 @@ echo "$0" "$@"
# Stop in case of error
set -e
+export ISGPL=false
+
# Transform long options to short ones
for arg in "$@"; do
shift
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"