Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt to bignum1 API removal and bignum2 API change | 2019-01-21 | 1 | -10/+3 | |
| | |||||
* | add some knobs: | 2018-10-17 | 1 | -4/+8 | |
| | | | | | | | | | UNITTEST_FAST?= no # Skip slow tests (e.g. less intensive fuzzing). UNITTEST_SLOW?= no # Include slower tests (e.g. more intensive fuzzing). UNITTEST_VERBOSE?= no # Verbose test output (inc. per-test names). useful if you want to run the tests as a smoke test to exercise the functionality without waiting for all the fuzzers to run. | ||||
* | use the test_helper fuzzer rather than the hand-rolled code that | 2014-05-02 | 1 | -51/+19 | |
| | | | | predates it | ||||
* | unit tests for new buffer API; including basic fuzz testing | 2014-04-30 | 1 | -0/+152 | |