aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_runner.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a simple PRNG for the testsJack Lloyd2017-10-291-1/+3
| | | | | | | | | | | Not cryptographically secure, but fast! Cuts several seconds off the test suite even on a very fast machine. Probably even more effective for 32-bit systems since the default for HMAC_DRBG is SHA-384. Also it means deterministic tests are used regardless of build configuration which is nice. Improve output for --test-runs which was useful for me when debugging SM2 encryption issue.
* Fix botan-test --helpJack Lloyd2017-10-241-2/+0
| | | | [ci skip]
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-0/+43
Allows cleaning up header includes, also somewhat smaller binaries.