]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Merge branch 'unit-tests'
authorMartin Willi <martin@revosec.ch>
Wed, 6 Nov 2013 09:16:56 +0000 (10:16 +0100)
committerMartin Willi <martin@revosec.ch>
Wed, 6 Nov 2013 09:31:07 +0000 (10:31 +0100)
Replace the "check" based libstrongswan unit test framework with our own,
giving us more flexibility for our specific needs.

The new framework is more portable and uses complete libstrongswan init/deinit
cycles for each test to properly catch leaks. It fully supports multi-threaded
tests, and brings many of them for all threading primitives, watcher and
streams.

The --enable-unit-tests option is not required anymore for libstrongswan tests,
but still is for the still "check" based charon-tkm tests.


Trivial merge