CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/17 17:28:05
Modified files:
regress/usr.bin/ssh/unittests: Makefile.inc
regress/usr.bin/ssh/unittests/sshbuf: Makefile
test_sshbuf_fuzz.c
test_sshbuf_getput_fuzz.c
regress/usr.bin/ssh/unittests/sshkey: Makefile test_fuzz.c
regress/usr.bin/ssh/unittests/test_helper: test_helper.c
test_helper.h
Log message:
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.