diff options
author | Thomas Haller <thaller@redhat.com> | 2019-08-09 12:56:03 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-08-09 14:48:55 (GMT) |
commit | dcbea40653abf8490e3e6604d2d29b001f0d8458 (patch) | |
tree | 223c6f96a049ad5e173819630b78f2967d7cd54b | |
parent | 9c66c507481727771f814644aeae65a7947ed2f0 (diff) | |
download | libnl-dcbea40653abf8490e3e6604d2d29b001f0d8458.zip libnl-dcbea40653abf8490e3e6604d2d29b001f0d8458.tar.gz libnl-dcbea40653abf8490e3e6604d2d29b001f0d8458.tar.bz2 |
travis: build tests with NL_MORE_ASSERTS enabled
-rwxr-xr-x | .travis/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/run.sh b/.travis/run.sh index e31448b..afa1702 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 |