travis: Run a gcrypt test with leak-detective

And also enable gcrypt in the all tests with leak-detective enabled.
This commit is contained in:
Martin Willi
2015-04-15 14:38:42 +02:00
parent 13a5a906e9
commit 3aa785507d
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -37,10 +37,6 @@ all)
--disable-systemd --disable-soup --disable-unwind-backtraces
--disable-svc --disable-dbghelp-backtraces --disable-socket-win
--disable-kernel-wfp --disable-kernel-iph --disable-winhttp"
if test "$LEAK_DETECTIVE" = "yes"; then
# libgcrypt can't be deinitialized
CONFIG="$CONFIG --disable-gcrypt"
fi
if test "$MONOLITHIC" = "yes"; then
# Ubuntu 12.04 does not provide a proper -liptc pkg-config
CONFIG="$CONFIG --disable-forecast --disable-connmark"