freebsd-dev/lib/libarchive
Alex Richardson 3454fa118c Don't include libarchive fuzz tests by default
These tests are basic fuzz tests that permute input to trigger crashes
rather than regression or unit tests. Additionally, some of them take a
rather long time to run and should probably be run on a dedicated fuzzing
job instead. Moreover, these simple tests use rand() instead of a real
fuzzing tool that generates interesting inputs (e.g. LLVM libFuzzer) so are
unlikely to find anything interesting when run in CI.

This allows removing one BROKEN_TESTS case due to timeouts and speeds up
running tests on emulated platforms such as QEMU.

Reviewed By:	lwhsu, mm
Differential Revision: https://reviews.freebsd.org/D27153
2021-01-25 15:09:26 +00:00
..
tests Don't include libarchive fuzz tests by default 2021-01-25 15:09:26 +00:00
config_freebsd.h MFV r368607: 2020-12-13 16:26:37 +00:00
Makefile MFV r368207: 2020-12-01 15:53:12 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
Makefile.inc libarchive: fix mismatch between library and test configuration 2020-09-18 11:22:34 +00:00