From 12b7ac580ff857e9a75bfdc6998fa2f9621aae51 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Wed, 6 Nov 2019 15:44:23 +0100 Subject: [simdjson] move the build script into the simdjson repo (#3013) this means it can be maintained and bugfixed upstream --- projects/simdjson/build.sh | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'projects/simdjson/build.sh') 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 -- cgit v1.2.3