lib/fuzzing/oss-fuzz: Add build_samba.sh for oss-fuzz
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Nov 2019 01:03:13 +0000 (14:03 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 20 Nov 2019 23:19:35 +0000 (23:19 +0000)
commitf57c0238e91061698787e4a4b18fb549cc2c86f2
tree20c4fa1d9b25dba1707da4ff792d59ee896716b2
parent92ee647858331db012db06314d98e08fe1e5eb5b
lib/fuzzing/oss-fuzz: Add build_samba.sh for oss-fuzz

We work hard to put the primary logic for oss-fuzz here, and
where possible into waf, so that only a tiny stub needs to
be maintained in the Google oss-fuzz repo.

This will be called by build.sh (not copied directly because
it is too easy to forget to copy in an updated version when
doing development in the docker image).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Uri Simchoni <uri@samba.org>
lib/fuzzing/oss-fuzz/build_samba.sh [new file with mode: 0755]