Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Add test for host_create_netmask() | Tobias Brunner | 2013-07-24 | 1 | -0/+1 |
| | |||||
* | unit-tests: implement tests for array collection | Martin Willi | 2013-07-17 | 1 | -0/+1 |
| | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | | | | | Multiple additional search paths can be added with the add_path() method. | ||||
* | unit-tests: Print loaded plugins | Tobias Brunner | 2013-06-27 | 1 | -0/+1 |
| | |||||
* | tests: Properly load plugins from build directory | Tobias Brunner | 2013-06-27 | 1 | -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 directory | Martin Willi | 2013-06-21 | 1 | -1/+29 |
| | |||||
* | unit-tests: add RSA test cases, very similar to ECDSA | Martin Willi | 2013-06-21 | 1 | -0/+5 |
| | |||||
* | unit-tests: test with /dev/urandom if random plugin is in use | Martin Willi | 2013-06-21 | 1 | -0/+6 |
| | |||||
* | Move test-runners has_feature() function to plugin loader | Martin Willi | 2013-06-21 | 1 | -32/+2 |
| | |||||
* | unit-tests: perform a first ECDSA test case if ECDSA is supported | Martin Willi | 2013-06-21 | 1 | -0/+4 |
| | |||||
* | unit-tests: add a helper function checking if a plugin feature is available | Martin Willi | 2013-06-21 | 1 | -0/+32 |
| | |||||
* | unit-tests: add a test case checking if all test vectors have been passed | Martin Willi | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | unit-tests: load all libstrongswan plugins in test-runner | Martin Willi | 2013-06-21 | 1 | -0/+6 |
| | |||||
* | Enable leak detective for all test cases | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Added tests for bio_writer_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Added tests for bio_reader_t | Tobias Brunner | 2013-06-11 | 1 | -1/+3 |
| | |||||
* | Added tests for utils/enum.c | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Add tests for lib->get|set | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Converted test for recursive mutex_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Converted tests for chunk_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Converted and added tests for hashtable_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Converted tests for identification_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Add tests combining linked_list_t and enumerators | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Add basic tests for linked_list_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Redirect test runner output to stderr | Tobias Brunner | 2013-06-11 | 1 | -0/+4 |
| | | | | This allows redirecting stdout of 'make check' to /dev/null. | ||||
* | Add tests for enumerator_t | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Add test runner for unit tests in libstrongswan | Tobias Brunner | 2013-06-11 | 1 | -0/+39 |