diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-13 19:15:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 15:34:55 -0500 |
commit | b96c70d668f96550401057834bb9caafb5d0e412 (patch) | |
tree | 28ebfdf7347eebf92e9b3716baca1d10fcbd3b9a /Makefile.am | |
parent | fca91a7793f24fc5f2d043167317fd47dd58f1ed (diff) | |
download | tor-b96c70d668f96550401057834bb9caafb5d0e412.tar.gz tor-b96c70d668f96550401057834bb9caafb5d0e412.zip |
Fuzzing: Add an initial fuzzing tool, for descriptors.
This will need some refactoring and mocking.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b6e4e53de7..2e853d4108 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ noinst_LIBRARIES= EXTRA_DIST= noinst_HEADERS= bin_PROGRAMS= +EXTRA_PROGRAMS= CLEANFILES= TESTS= noinst_PROGRAMS= |