Skip to content

Commit

Permalink
Export fuzzers in oss-fuzz build
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-brough committed Apr 26, 2023
1 parent f5f975b commit 90ca1b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fuzz/oss-fuzz-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
cp build/Release/tests/fuzz/Fuzz* $OUT

0 comments on commit 90ca1b2

Please sign in to comment.