summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add some knobs:djm2018-10-171-2/+7
| | | | | | | | | 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.
* unit tests for new buffer API; including basic fuzz testingdjm2014-04-301-0/+123