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/include.am | |
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/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index d406d6d324..9f30443496 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -8,7 +8,9 @@ TESTS_ENVIRONMENT = \ export builddir="$(builddir)"; \ export TESTING_TOR_BINARY="$(TESTING_TOR_BINARY)"; -TESTSCRIPTS = src/test/test_zero_length_keys.sh \ +TESTSCRIPTS = \ + src/test/fuzz_static_testcases.sh \ + src/test/test_zero_length_keys.sh \ src/test/test_workqueue_cancel.sh \ src/test/test_workqueue_efd.sh \ src/test/test_workqueue_efd2.sh \ |