aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_suite.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-04-01 14:53:28 +0200
committerMartin Willi <martin@revosec.ch>2014-04-01 14:53:28 +0200
commitb87f7840bc090de5b76328c4c12dfb7e27e73f7e (patch)
treee50a2bad6ed7edbd0151516ff7220de44c25d6eb /src/libstrongswan/tests/test_suite.c
parent96e3142c39a69cfc99fc808f2df3f9d409b05357 (diff)
parent5ba9f734577321f0445ee38625cdea075d1bb9cf (diff)
downloadstrongswan-b87f7840bc090de5b76328c4c12dfb7e27e73f7e.tar.bz2
strongswan-b87f7840bc090de5b76328c4c12dfb7e27e73f7e.tar.xz
Merge branch 'tls-unit-tests'
Add some initial unit-tests to libtls, testing all supported cipher suites against self, both with and without client authentication, for all supported TLS versions.
Diffstat (limited to 'src/libstrongswan/tests/test_suite.c')
-rw-r--r--src/libstrongswan/tests/test_suite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/test_suite.c b/src/libstrongswan/tests/test_suite.c
index 0f2e74b7c..fb40b05c1 100644
--- a/src/libstrongswan/tests/test_suite.c
+++ b/src/libstrongswan/tests/test_suite.c
@@ -136,7 +136,8 @@ static inline void test_failure()
else
{
pthread_kill(main_thread, SIGUSR1);
- /* how can we stop just the thread? longjmp to a restore point? */
+ /* terminate thread to prevent it from going wild */
+ pthread_exit(NULL);
}
}