aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_suite.c
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Prevent a failing worker thread to go wild after it failsMartin Willi2014-04-011-1/+2
| | | | | | A worker raises SIGUSR1 to inform the main thread that the test fails. The main thread then starts cancelling workers, but the offending thread should be terminated immediately to prevent it from test continuation.
* Fixed some typosTobias Brunner2014-02-181-2/+2
|
* unit-tests: Support testing multi-threaded codeMartin Willi2013-11-061-5/+42
|
* unit-tests: Implement testing framework without "check"Martin Willi2013-11-061-0/+240