aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* process: Provide an abstraction to spawn child processes with redirected I/OMartin Willi2014-10-061-0/+1
|
* unit-tests: Add test for crypto_factory_t's rng_create methodTobias Brunner2014-06-201-0/+1
|
* unit-tests: Make sure plugins in the builddir are loadedTobias Brunner2014-05-191-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_tTobias Brunner2014-02-121-0/+1
|
* unit-tests: added asn1_parser testsAndreas Steffen2014-02-101-0/+1
|
* unit-tests: Add some test cases for HTTP GET/POST fetchesMartin Willi2014-01-311-0/+1
|
* unit-tests: Added crypter testsAndreas Steffen2013-12-061-0/+1
|
* unit-tests: Added hasher testsAndreas Steffen2013-12-041-0/+1
|
* Moved test_rng to a test suite of its ownAndreas Steffen2013-12-041-0/+1
|
* unit-tests: Export ntru_drbg_create as testable function so no linking is ↵Tobias Brunner2013-12-041-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 libtestTobias Brunner2013-12-041-1/+2
|
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-271-0/+1
|
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-1/+2
|
* unit-tests: Separate test runner to a library, reusable by other testsMartin Willi2013-11-061-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 servicesMartin Willi2013-11-061-0/+1
|
* unit-tests: Add a few test cases for watcherMartin Willi2013-11-061-0/+1
|
* unit-tests: Implement testing framework without "check"Martin Willi2013-11-061-5/+3
|
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-061-5/+19
|
* unit-tests: 12 asn1 functions testedAndreas Steffen2013-11-021-1/+2
|
* unit-tests: Added tests for pen_type_tAndreas Steffen2013-11-011-1/+1
|
* printf-hook: Add some basic printf() string/integer test functionsMartin Willi2013-10-111-1/+1
|
* unit-tests: Add test for host_create_netmask()Tobias Brunner2013-07-241-1/+1
|
* unit-tests: implement tests for array collectionMartin Willi2013-07-171-1/+1
|
* unit-tests: load plugins in test-runner from build directoryMartin Willi2013-06-211-0/+1
|
* unit-tests: link test-runner against -lpthreadMartin Willi2013-06-211-0/+1
|
* unit-tests: add RSA test cases, very similar to ECDSAMartin Willi2013-06-211-1/+2
|
* unit-tests: perform a first ECDSA test case if ECDSA is supportedMartin Willi2013-06-211-1/+1
|
* unit-tests: add a test case checking if all test vectors have been passedMartin Willi2013-06-211-1/+1
|
* unit-tests: load all libstrongswan plugins in test-runnerMartin Willi2013-06-211-0/+1
|
* Enable leak detective for all test casesTobias Brunner2013-06-111-1/+1
|
* Added tests for bio_writer_tTobias Brunner2013-06-111-1/+1
|
* Added tests for bio_reader_tTobias Brunner2013-06-111-2/+2
|
* Added tests for utils/enum.cTobias Brunner2013-06-111-1/+1
|
* Also capture coverage data for tests but filter them from the resultTobias Brunner2013-06-111-1/+1
| | | | Otherwise calls from test cases to static inline functions are not captured.
* Add tests for lib->get|setTobias Brunner2013-06-111-1/+1
|
* Enable coverage report for libstrongswanTobias Brunner2013-06-111-0/+1
|
* Converted test for recursive mutex_tTobias Brunner2013-06-111-1/+2
|
* Converted tests for chunk_tTobias Brunner2013-06-111-1/+1
|
* Converted and added tests for hashtable_tTobias Brunner2013-06-111-1/+1
|
* Converted tests for identification_tTobias Brunner2013-06-111-1/+2
|
* Add tests combining linked_list_t and enumeratorsTobias Brunner2013-06-111-1/+1
|
* Add basic tests for linked_list_tTobias Brunner2013-06-111-1/+1
|
* Add tests for enumerator_tTobias Brunner2013-06-111-1/+2
|
* Add test runner for unit tests in libstrongswanTobias Brunner2013-06-111-0/+15