From 90ca1b20bf76f811f565f4f0d87f0d23d36523d5 Mon Sep 17 00:00:00 2001 From: Nathaniel Brough Date: Mon, 24 Apr 2023 10:28:28 -0700 Subject: [PATCH] Export fuzzers in oss-fuzz build --- tests/fuzz/oss-fuzz-build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/fuzz/oss-fuzz-build.sh b/tests/fuzz/oss-fuzz-build.sh index 68fc5c5d86..8594658106 100644 --- a/tests/fuzz/oss-fuzz-build.sh +++ b/tests/fuzz/oss-fuzz-build.sh @@ -5,5 +5,4 @@ conan install . --build=missing --update -s build_type=Release -o curaengine:ena cmake --preset release -DWITH_TEST_FUZZ=ON cmake --build --preset release -j$(nproc) -find . -name FuzzGcodeExport -#cp build/Release/tests/fuzz/Fuzz* $OUT \ No newline at end of file +cp build/Release/tests/fuzz/Fuzz* $OUT \ No newline at end of file