aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-06-04 16:32:23 +0200
committerMartin Willi <martin@revosec.ch>2014-06-04 16:32:23 +0200
commitd2859f52516b228c27bdba2ea924c6ca74de5ffb (patch)
tree94fa5c78fa1a9456068694c18f9aa4f9086f7a1b /scripts/test.sh
parent893e8ceee3acc39693d80c79f6f0953326b5ed74 (diff)
parent4732e29a1d5ed9bd136a804e180cb45d23d24f86 (diff)
downloadstrongswan-d2859f52516b228c27bdba2ea924c6ca74de5ffb.tar.bz2
strongswan-d2859f52516b228c27bdba2ea924c6ca74de5ffb.tar.xz
Merge branch 'win-kernel'
Adds the kernel-iph and kernel-wfp kernel backends for the Windows platform. kernel-iph provides a networking backend using the IP Helper native Windows API, while the kernel-wfp backend implements an interface to the Windows Kernel IPsec layer using the Windows Filtering Platform API.
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 9cb2de210..103b41103 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -34,7 +34,8 @@ all)
--disable-dumm --disable-kernel-pfroute --disable-keychain
--disable-lock-profiler --disable-maemo --disable-padlock
--disable-osx-attr --disable-tkm --disable-uci --disable-aikgen
- --disable-svc --disable-dbghelp-backtraces --disable-socket-win"
+ --disable-svc --disable-dbghelp-backtraces --disable-socket-win
+ --disable-kernel-wfp --disable-kernel-iph"
if test "$LEAK_DETECTIVE" = "yes"; then
# libgcrypt can't be deinitialized
CONFIG="$CONFIG --disable-gcrypt"