aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites
Commit message (Collapse)AuthorAgeFilesLines
...
* unit-tests: Clean up memory in new asn1 unit testsMartin Willi2013-11-061-1/+3
| | | | Test runner checks for leaks when leak detective is enabled.
* unit-tests: Pass linked_list->invoke* varargs as uintptr_tMartin Willi2013-11-061-6/+10
| | | | | | Passing integers of unspecified length may result in passing an integer shorter than uintptr_t. When reading them back, we might get more data than passed, resulting in a failure.
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-0619-0/+7785