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:
+1
-1
@@ -25,8 +25,8 @@ env:
|
|||||||
- TEST=default LEAK_DETECTIVE=yes
|
- TEST=default LEAK_DETECTIVE=yes
|
||||||
- TEST=openssl
|
- TEST=openssl
|
||||||
- TEST=openssl LEAK_DETECTIVE=yes
|
- TEST=openssl LEAK_DETECTIVE=yes
|
||||||
# libgcrypt can't be deinitialized so we can't test it with leak detective
|
|
||||||
- TEST=gcrypt
|
- TEST=gcrypt
|
||||||
|
- TEST=gcrypt LEAK_DETECTIVE=yes
|
||||||
# we can't test Vstr as negative int args are not properly passed to CBs
|
# we can't test Vstr as negative int args are not properly passed to CBs
|
||||||
- TEST=printf-builtin
|
- TEST=printf-builtin
|
||||||
- TEST=printf-builtin LEAK_DETECTIVE=yes
|
- TEST=printf-builtin LEAK_DETECTIVE=yes
|
||||||
|
|||||||
@@ -37,10 +37,6 @@ all)
|
|||||||
--disable-systemd --disable-soup --disable-unwind-backtraces
|
--disable-systemd --disable-soup --disable-unwind-backtraces
|
||||||
--disable-svc --disable-dbghelp-backtraces --disable-socket-win
|
--disable-svc --disable-dbghelp-backtraces --disable-socket-win
|
||||||
--disable-kernel-wfp --disable-kernel-iph --disable-winhttp"
|
--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
|
if test "$MONOLITHIC" = "yes"; then
|
||||||
# Ubuntu 12.04 does not provide a proper -liptc pkg-config
|
# Ubuntu 12.04 does not provide a proper -liptc pkg-config
|
||||||
CONFIG="$CONFIG --disable-forecast --disable-connmark"
|
CONFIG="$CONFIG --disable-forecast --disable-connmark"
|
||||||
|
|||||||
Reference in New Issue
Block a user