lib/fuzzing/oss-fuzz: add stub build.sh that will not change often
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Nov 2019 21:29:57 +0000 (10:29 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 20 Nov 2019 23:19:35 +0000 (23:19 +0000)
This makes local development of build_samba.sh easier as it will remain in the source tree.

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.sh [new file with mode: 0644]

diff --git a/lib/fuzzing/oss-fuzz/build.sh b/lib/fuzzing/oss-fuzz/build.sh
new file mode 100644 (file)
index 0000000..14ba6ee
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+# This will be copied into $SRC, being the root of the source tree by
+# build_image.sh
+
+exec lib/fuzzing/oss-fuzz/build_samba.sh