diff --git a/tests/fuzz/README.md b/tests/fuzz/README.md index 19b34e80c1764d..b66b26228df09f 100644 --- a/tests/fuzz/README.md +++ b/tests/fuzz/README.md @@ -42,7 +42,7 @@ You should use the same compiler as was used for the openvino build. ```bash (\ mkdir -p tests/fuzz/build && cd tests/fuzz/build && \ -CC=clang CXX=clang++ cmake .. -DENABLE_FUZZING=ON -DENABLE_SANITIZER=ON -DTREAT_WARNING_AS_ERROR=OFF -DInferenceEngine_DIR=$(pwd)/../../../build && \ +CC=clang CXX=clang++ cmake .. -DENABLE_FUZZING=ON -DENABLE_SANITIZER=ON -DTREAT_WARNING_AS_ERROR=OFF -DOpenVINO_DIR=$(pwd)/../../../build && \ cmake --build . \ ) ``` @@ -86,4 +86,4 @@ Fuzzing run halts on the first issue identified, prints issue details to stdout ./read_network-fuzzer crash-409b5eeed46a8445b7f7b7a2ce5b60a9ad895e3b ``` -It is recommended but not required to use binaries built for fuzzing to debug the issues. A binaries built without `ENABLE_FUZZING` options can also be used to reproduce and debug the issues. \ No newline at end of file +It is recommended but not required to use binaries built for fuzzing to debug the issues. A binaries built without `ENABLE_FUZZING` options can also be used to reproduce and debug the issues.