summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorMichael Hanselmann <public@hansmi.ch>2019-04-04 00:23:07 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-08-07 06:07:28 +0000
commitdd5f8732d8b2ac6cd86e5d7dc8a9498d2b951a43 (patch)
tree543610a4c04c3a6be9094e1ea3573cee7f52284d /wscript_build
parentaab17124785b6e4c004368b69bee28fb6cad55c3 (diff)
downloadsamba-dd5f8732d8b2ac6cd86e5d7dc8a9498d2b951a43.tar.gz
Add fuzzing support to build system
LibFuzzer, Honggfuzz and other programs implement simple interfaces for fuzzing appropriately prepared code. Samba contains quite a lot of parsing code, often a good target for fuzzing. With this change the build system is amended to support building fuzzing binaries (added in later changes). Signed-off-by: Michael Hanselmann <public@hansmi.ch> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 771eb1fa0f7..ac6c044a605 100644
--- a/wscript_build
+++ b/wscript_build
@@ -150,6 +150,7 @@ bld.RECURSE('dfs_server')
bld.RECURSE('file_server')
bld.RECURSE('lib/krb5_wrap')
bld.RECURSE('packaging')
+bld.RECURSE('lib/fuzzing')
bld.RECURSE('testsuite/headers')