summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-09 14:56:03 +0200
committerThomas Haller <thaller@redhat.com>2019-08-09 16:48:55 +0200
commitdcbea40653abf8490e3e6604d2d29b001f0d8458 (patch)
tree223c6f96a049ad5e173819630b78f2967d7cd54b /.travis
parent9c66c507481727771f814644aeae65a7947ed2f0 (diff)
downloadlibnl-dcbea40653abf8490e3e6604d2d29b001f0d8458.tar.gz
travis: build tests with NL_MORE_ASSERTS enabled
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index e31448b2..afa17020 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -8,6 +8,8 @@ if [ "$CC" = "clang" ]; then
CFLAGS="$CFLAGS -Wno-error=unused-command-line-argument -Wno-error=unused-function"
fi
+CFLAGS="$CFLAGS -DNL_MORE_ASSERTS=1000"
+
export CFLAGS
./autogen.sh
./configure