aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_runner.c
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Add test for host_create_netmask()Tobias Brunner2013-07-241-0/+1
|
* unit-tests: implement tests for array collectionMartin Willi2013-07-171-0/+1
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* unit-tests: Print loaded pluginsTobias Brunner2013-06-271-0/+1
|
* tests: Properly load plugins from build directoryTobias Brunner2013-06-271-7/+2
| | | | | | Calling load() incrementally does not really work as dependencies wouldn't be resolved properly if a required feature was to be provided by a plugin that is loaded later with a separate call to load().
* unit-tests: load plugins in test-runner from build directoryMartin Willi2013-06-211-1/+29
|
* unit-tests: add RSA test cases, very similar to ECDSAMartin Willi2013-06-211-0/+5
|
* unit-tests: test with /dev/urandom if random plugin is in useMartin Willi2013-06-211-0/+6
|
* Move test-runners has_feature() function to plugin loaderMartin Willi2013-06-211-32/+2
|
* unit-tests: perform a first ECDSA test case if ECDSA is supportedMartin Willi2013-06-211-0/+4
|
* unit-tests: add a helper function checking if a plugin feature is availableMartin Willi2013-06-211-0/+32
|
* unit-tests: add a test case checking if all test vectors have been passedMartin Willi2013-06-211-0/+1
|
* unit-tests: load all libstrongswan plugins in test-runnerMartin Willi2013-06-211-0/+6
|
* Enable leak detective for all test casesTobias Brunner2013-06-111-1/+1
|
* Added tests for bio_writer_tTobias Brunner2013-06-111-0/+1
|
* Added tests for bio_reader_tTobias Brunner2013-06-111-1/+3
|
* Added tests for utils/enum.cTobias Brunner2013-06-111-0/+1
|
* Add tests for lib->get|setTobias Brunner2013-06-111-0/+1
|
* Converted test for recursive mutex_tTobias Brunner2013-06-111-0/+1
|
* Converted tests for chunk_tTobias Brunner2013-06-111-0/+1
|
* Converted and added tests for hashtable_tTobias Brunner2013-06-111-0/+1
|
* Converted tests for identification_tTobias Brunner2013-06-111-0/+1
|
* Add tests combining linked_list_t and enumeratorsTobias Brunner2013-06-111-0/+1
|
* Add basic tests for linked_list_tTobias Brunner2013-06-111-0/+1
|
* Redirect test runner output to stderrTobias Brunner2013-06-111-0/+4
| | | | This allows redirecting stdout of 'make check' to /dev/null.
* Add tests for enumerator_tTobias Brunner2013-06-111-0/+1
|
* Add test runner for unit tests in libstrongswanTobias Brunner2013-06-111-0/+39