aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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