]> granicus.if.org Git - libnl/commitdiff
travis: build tests with NL_MORE_ASSERTS enabled
authorThomas Haller <thaller@redhat.com>
Fri, 9 Aug 2019 12:56:03 +0000 (14:56 +0200)
committerThomas Haller <thaller@redhat.com>
Fri, 9 Aug 2019 14:48:55 +0000 (16:48 +0200)
.travis/run.sh

index e31448b2790f4ec3fe6e0ac09a50b7eacb2fb0f2..afa17020fc3cb1949b866759abb8ec320c4c664e 100755 (executable)
@@ -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