History log of /openbsd-src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 1f91717e 18-Dec-2021 anton <anton@openbsd.org>

Make use of ntests variable, pointed out by clang 13.


# a8c975d2 14-Dec-2021 deraadt <deraadt@openbsd.org>

sys/param.h cleanup, mostly using MINIMUM() and <limits.h>
ok dtucker


# a76a1e99 17-Oct-2018 djm <djm@openbsd.org>

add some knobs:

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

add some knobs:

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.

show more ...


# 29518ea0 30-Apr-2014 djm <djm@openbsd.org>

unit tests for new buffer API; including basic fuzz testing