Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unit-tests: Defining TESTS_RUNNERS allows to only run specific test runners | Tobias Brunner | 2016-06-17 | 1 | -0/+4 |
| | |||||
* | unit-tests: Add a TESTS_PLUGINS environment variable | Martin Willi | 2015-04-15 | 1 | -0/+4 |
| | | | | This is often more convenient than specifying plugins in a configuration file. | ||||
* | unit-tests: Add option to exclude specific test suites | Tobias Brunner | 2014-09-09 | 1 | -0/+1 |
| | | | | | Listing test suites in TESTS_SUITES_EXCLUDE allows excluding specific test suites from running. | ||||
* | unit-tests: Document the supported env variables | Martin Willi | 2014-04-30 | 1 | -1/+7 |
| | |||||
* | unit-tests: Fix test_runner_run() apidoc | Martin Willi | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | unit-tests: Pass a test suite collection name to print during test execution | Martin Willi | 2014-01-22 | 1 | -1/+3 |
| | | | | | As we except to get more and more test runners for the different components, we add a name to easily identify them on the test output. | ||||
* | unit-tests: Move ntru_test_rng_t to a utility class in libtest | Tobias Brunner | 2013-12-04 | 1 | -0/+3 |
| | |||||
* | unit-tests: Fix apidoc for libtest | Tobias Brunner | 2013-12-04 | 1 | -1/+13 |
| | |||||
* | unit-tests: Initialize tests with a callback | Tobias Brunner | 2013-11-06 | 1 | -7/+17 |
| | |||||
* | unit-tests: Separate test runner to a library, reusable by other tests | Martin Willi | 2013-11-06 | 1 | -23/+37 |
| | | | | | | 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: Use some include magic to define test suite constructors | Martin Willi | 2013-11-06 | 1 | -28/+21 |
| | | | | | Avoid editing of several files when creating test suites by using a single header file to define test suite constructor functions. | ||||
* | 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 | -1/+1 |
| | |||||
* | Updated test_runner.h with new suites | Andreas Steffen | 2013-11-03 | 1 | -0/+2 |
| | |||||
* | printf-hook: Add some basic printf() string/integer test functions | Martin Willi | 2013-10-11 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | unit-tests: add RSA test cases, very similar to ECDSA | Martin Willi | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | unit-tests: perform a first ECDSA test case if ECDSA is supported | Martin Willi | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | unit-tests: add a test case checking if all test vectors have been passed | Martin Willi | 2013-06-21 | 1 | -0/+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 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Add tests for enumerator_t | Tobias Brunner | 2013-06-11 | 1 | -0/+2 |
| | |||||
* | Add test runner for unit tests in libstrongswan | Tobias Brunner | 2013-06-11 | 1 | -0/+21 |