aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_suite.h
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Defer failures by worker threadsTobias Brunner2014-05-191-3/+15
| | | | | | | | | | | In some cases the main thread is not ready to immediately call siglongjmp(), e.g. if it currently holds a mutex that is later required during shutdown. Therefore, we delay handling errors in worker threads until the main thread performs the next check itself (or the test function ends). The same issue remains with SIGALRM.
* unit-tests: Add a ck_assert_chunk_eq() convenience macroMartin Willi2014-04-301-0/+18
|
* unit-tests: Fix apidoc for libtestTobias Brunner2013-12-041-7/+10
|
* unit-tests: Implement testing framework without "check"Martin Willi2013-11-061-61/+280
|
* unit-tests: support testing when leak-detective has not been enabledMartin Willi2013-10-111-5/+14
|
* Suppress log messages during testsTobias Brunner2013-06-111-0/+2
|
* Enable leak detective for all test casesTobias Brunner2013-06-111-0/+99