aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* More use of make_unique in the testsJack Lloyd2021-04-041-2/+1
* Serialize these tests to avoid trouble elsewhereJack Lloyd2021-03-131-0/+2
* Fix MSVC warningJack Lloyd2020-12-151-3/+2
* Switch Testsuite_RNG to a simpler designJack Lloyd2020-12-151-25/+11
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Modify Testsuite_RNG slightly to avoid rotationsJack Lloyd2020-11-011-4/+4
* Threaded tests don't rely on thread local anymoreJack Lloyd2019-10-031-1/+5
* Avoid Coverity warningJack Lloyd2019-09-281-2/+2
* Add a RWLockJack Lloyd2019-09-231-7/+30
* Serialize the PKCS11 testsJack Lloyd2019-08-201-1/+10
* Default to running the tests in threaded modeJack Lloyd2019-08-171-4/+6
* Support disable thread_local but not threadsJack Lloyd2019-07-191-1/+1
* Run the test suite in multiple threadsJack Lloyd2019-01-311-40/+91
* Add ability to skip a few named testsJack Lloyd2018-12-311-2/+16
* Fix some MSVC warningsJack Lloyd2018-12-101-2/+2
* Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-061-0/+2
* Report CPUID flags in test runnerJack Lloyd2018-08-261-0/+4
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-2/+1
* Add Test_Options classJack Lloyd2018-04-021-30/+11
* Add --avoid-undefined optionJack Lloyd2018-03-311-0/+2
* Add new test option --abort-on-first-failJack Lloyd2018-03-281-0/+2
* Avoid calling run() on SIMD tests if SIMD instructions not available.Jack Lloyd2018-03-171-1/+6
* Fix missing comma in test runner [ci skip]Jack Lloyd2017-12-111-1/+1
* Fix seeding of test RNGJack Lloyd2017-12-061-4/+3
* Use a simple PRNG for the testsJack Lloyd2017-10-291-103/+86
* Fix botan-test --helpJack Lloyd2017-10-241-31/+0
* Inline Test::run_test into only callerJack Lloyd2017-10-241-4/+20
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-0/+332