diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-14 15:57:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:37:24 -0500 |
commit | 3c748559343b98f1dd37a0f49bd1e179715bf511 (patch) | |
tree | 4e900717224654460f3603ca413745235bf58b75 /src/test/fuzz | |
parent | 81e44c22573e86cdcca6e47a7e68b3c83d4855f1 (diff) | |
download | tor-3c748559343b98f1dd37a0f49bd1e179715bf511.tar.gz tor-3c748559343b98f1dd37a0f49bd1e179715bf511.zip |
Addition to test cases: make sure fuzzer binaries allow known cases
This isn't fuzzing per se, so much as replaying the highlights of
past fuzzer runs.
Diffstat (limited to 'src/test/fuzz')
-rw-r--r-- | src/test/fuzz/include.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am index 7f413183f7..16e5d30d50 100644 --- a/src/test/fuzz/include.am +++ b/src/test/fuzz/include.am @@ -52,6 +52,7 @@ FUZZERS = \ src/test/fuzz/fuzz-extrainfo \ src/test/fuzz/fuzz-http -# The fuzzers aren't built by default right now. That should change. -EXTRA_PROGRAMS += $(FUZZERS) +noinst_PROGRAMS += $(FUZZERS) fuzzers: $(FUZZERS) + + |