diff options
author | Jan Vcelak <jan.vcelak@nic.cz> | 2015-04-02 14:06:43 +0200 |
---|---|---|
committer | Jan Vcelak <jan.vcelak@nic.cz> | 2015-04-02 14:06:49 +0200 |
commit | 50fdbdc6d873cca8e41fc47e14f971ec4754290f (patch) | |
tree | 37b47210aee1349ac06237b49ab007473b6df305 /Makefile.am | |
parent | utility for packet parser fuzzy testing (diff) | |
download | knot-50fdbdc6d873cca8e41fc47e14f971ec4754290f.tar.xz knot-50fdbdc6d873cca8e41fc47e14f971ec4754290f.zip |
move utilities for fuzzy testing outside tests
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 e7a97e16e..288f4bc8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libtap src tests samples doc man +SUBDIRS = libtap src tests tests-fuzz samples doc man AM_DISTCHECK_CONFIGURE_FLAGS = \ --disable-code-coverage |