Skip to content

Commit 90ca1b2

Browse files
Export fuzzers in oss-fuzz build
1 parent f5f975b commit 90ca1b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/fuzz/oss-fuzz-build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ conan install . --build=missing --update -s build_type=Release -o curaengine:ena
55
cmake --preset release -DWITH_TEST_FUZZ=ON
66
cmake --build --preset release -j$(nproc)
77

8-
find . -name FuzzGcodeExport
9-
#cp build/Release/tests/fuzz/Fuzz* $OUT
8+
cp build/Release/tests/fuzz/Fuzz* $OUT

0 commit comments

Comments
 (0)