diff --git a/projects/json/build.sh b/projects/json/build.sh index 3cf78028165f..7247b2c5b5ec 100755 --- a/projects/json/build.sh +++ b/projects/json/build.sh @@ -15,9 +15,9 @@ # ################################################################################ -make FUZZER_ENGINE="$LIB_FUZZING_ENGINE" fuzzers -Ctest +make FUZZER_ENGINE="$LIB_FUZZING_ENGINE" fuzzers -Ctests -FUZZER_FILES=$(find test/ -maxdepth 1 -executable -type f) +FUZZER_FILES=$(find tests/ -maxdepth 1 -executable -type f) for F in $FUZZER_FILES; do cp $F $OUT/ FUZZER=$(basename $F .cpp)