diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2017-08-05 20:49:19 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-16 09:41:27 +0200 |
commit | 5bb8a18b00cefb2b15221e766f9a87c506ca2932 (patch) | |
tree | e0554fa50fe3ac89adbc8478f72211ff61df1efc /Makefile.am | |
parent | d2e49df8ebc1b3a7e3a28059c099174365e0a546 (diff) | |
download | gnutls-5bb8a18b00cefb2b15221e766f9a87c506ca2932.tar.gz |
fuzzer: Initial check in for improved fuzzing
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dc8f23f0de..a485ec149f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ SUBDIRS += src/gl endif if ENABLE_TESTS -SUBDIRS += tests +SUBDIRS += tests fuzz endif if HAVE_GUILE |