aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-04-13 12:13:56 +0200
committerMartin Willi <martin@revosec.ch>2015-04-15 14:38:42 +0200
commit3aa785507d5403455b16494cdcd2857f8e66ae99 (patch)
tree9827c3f52686d22e45f5f7db46cd9d59b99b050f /scripts
parent13a5a906e941b147d9b214a91d03d9ee356d723e (diff)
downloadstrongswan-3aa785507d5403455b16494cdcd2857f8e66ae99.tar.bz2
strongswan-3aa785507d5403455b16494cdcd2857f8e66ae99.tar.xz
travis: Run a gcrypt test with leak-detective
And also enable gcrypt in the all tests with leak-detective enabled.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index d21deaedc..0b4658c16 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -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"