aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/simdjson/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/simdjson/build.sh')
-rwxr-xr-xprojects/simdjson/build.sh24
1 files changed, 1 insertions, 23 deletions
diff --git a/projects/simdjson/build.sh b/projects/simdjson/build.sh
index 3fd9730b..5d5e72b1 100755
--- a/projects/simdjson/build.sh
+++ b/projects/simdjson/build.sh
@@ -15,26 +15,4 @@
#
################################################################################
-# build the corpus (all inputs are json, the same corpus can be used for everyone)
-fuzz/build_corpus.sh
-
-mkdir build
-cd build
-
-cmake .. \
--GNinja \
--DCMAKE_BUILD_TYPE=Debug \
--DSIMDJSON_BUILD_STATIC=On \
--DENABLE_FUZZING=On \
--DSIMDJSON_FUZZ_LINKMAIN=Off \
--DSIMDJSON_FUZZ_LDFLAGS=$LIB_FUZZING_ENGINE
-
-cmake --build .
-
-cp fuzz/fuzz_* $OUT
-
-# all corpora are equal, they all take json as input
-for f in $OUT/fuzz* ; do
- cp ../corpus.zip $(basename $f).zip
-done
-
+fuzz/ossfuzz.sh