Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | process: Provide an abstraction to spawn child processes with redirected I/O | Martin Willi | 2014-10-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add test for crypto_factory_t's rng_create method | Tobias Brunner | 2014-06-20 | 1 | -0/+1 |
| | |||||
* | unit-tests: Make sure plugins in the builddir are loaded | Tobias Brunner | 2014-05-19 | 1 | -1/+1 |
| | | | | | | When running the tests in GDB the working directory apparently is different. With the relative path used previously the plugins would not be found and those installed on the system would get used. | ||||
* | unit-tests: Add basic tests for settings_t | Tobias Brunner | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | unit-tests: added asn1_parser tests | Andreas Steffen | 2014-02-10 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add some test cases for HTTP GET/POST fetches | Martin Willi | 2014-01-31 | 1 | -0/+1 |
| | |||||
* | unit-tests: Added crypter tests | Andreas Steffen | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Added hasher tests | Andreas Steffen | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Moved test_rng to a test suite of its own | Andreas Steffen | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | unit-tests: Export ntru_drbg_create as testable function so no linking is ↵ | Tobias Brunner | 2013-12-04 | 1 | -1/+0 |
| | | | | | | | | required This way the plugin does not have to be linked explicitly to the test runner, which otherwise would require that the plugin is either always enabled to build the tests or that ifdefs are added to the Makefile. | ||||
* | unit-tests: Move ntru_test_rng_t to a utility class in libtest | Tobias Brunner | 2013-12-04 | 1 | -1/+2 |
| | |||||
* | unit-tests: Added ntru entropy, retransmission and ciphertext tests | Andreas Steffen | 2013-11-27 | 1 | -0/+1 |
| | |||||
* | unit-tests: first NTRU test case | Andreas Steffen | 2013-11-27 | 1 | -1/+2 |
| | |||||
* | unit-tests: Separate test runner to a library, reusable by other tests | Martin Willi | 2013-11-06 | 1 | -7/+23 |
| | | | | | | Other users may make use of the noinst libtest.la helper library to implement unit tests. For libstrongswan, tests.[ch] provide the configuration for test runner to perform unit tests in a simple manner. | ||||
* | unit-tests: Add test suite for streams and services | Martin Willi | 2013-11-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add a few test cases for watcher | Martin Willi | 2013-11-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Implement testing framework without "check" | Martin Willi | 2013-11-06 | 1 | -5/+3 |
| | |||||
* | unit-tests: Move test suites to its own subfolder | Martin Willi | 2013-11-06 | 1 | -5/+19 |
| | |||||
* | unit-tests: 12 asn1 functions tested | Andreas Steffen | 2013-11-02 | 1 | -1/+2 |
| | |||||
* | unit-tests: Added tests for pen_type_t | Andreas Steffen | 2013-11-01 | 1 | -1/+1 |
| | |||||
* | printf-hook: Add some basic printf() string/integer test functions | Martin Willi | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | unit-tests: Add test for host_create_netmask() | Tobias Brunner | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | unit-tests: implement tests for array collection | Martin Willi | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | unit-tests: load plugins in test-runner from build directory | Martin Willi | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | unit-tests: link test-runner against -lpthread | Martin Willi | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | unit-tests: add RSA test cases, very similar to ECDSA | Martin Willi | 2013-06-21 | 1 | -1/+2 |
| | |||||
* | unit-tests: perform a first ECDSA test case if ECDSA is supported | Martin Willi | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | unit-tests: add a test case checking if all test vectors have been passed | Martin Willi | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | unit-tests: load all libstrongswan plugins in test-runner | Martin Willi | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Added tests for bio_reader_t | Tobias Brunner | 2013-06-11 | 1 | -2/+2 |
| | |||||
* | Added tests for utils/enum.c | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Also capture coverage data for tests but filter them from the result | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | | | | Otherwise calls from test cases to static inline functions are not captured. | ||||
* | Add tests for lib->get|set | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Enable coverage report for libstrongswan | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Converted test for recursive mutex_t | Tobias Brunner | 2013-06-11 | 1 | -1/+2 |
| | |||||
* | Converted tests for chunk_t | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Converted and added tests for hashtable_t | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Converted tests for identification_t | Tobias Brunner | 2013-06-11 | 1 | -1/+2 |
| | |||||
* | Add tests combining linked_list_t and enumerators | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Add basic tests for linked_list_t | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Add tests for enumerator_t | Tobias Brunner | 2013-06-11 | 1 | -1/+2 |
| | |||||
* | Add test runner for unit tests in libstrongswan | Tobias Brunner | 2013-06-11 | 1 | -0/+15 |