mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
Shamelessly copy Josiah
This commit is contained in:
16
source/lib/json/tests/thirdparty/Fuzzer/test/uninstrumented/CMakeLists.txt
vendored
Normal file
16
source/lib/json/tests/thirdparty/Fuzzer/test/uninstrumented/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# These tests are not instrumented with coverage and don't
|
||||
# have coverage rt in the binary.
|
||||
|
||||
set(CMAKE_CXX_FLAGS
|
||||
"${LIBFUZZER_FLAGS_BASE} -fno-sanitize=all -fno-sanitize-coverage=edge,trace-cmp,indirect-calls,8bit-counters,trace-pc-guard")
|
||||
|
||||
set(UninstrumentedTests
|
||||
UninstrumentedTest
|
||||
)
|
||||
|
||||
foreach(Test ${UninstrumentedTests})
|
||||
add_libfuzzer_test(${Test}-Uninstrumented SOURCES ../${Test}.cpp)
|
||||
endforeach()
|
||||
|
||||
# Propagate value into parent directory
|
||||
set(TestBinaries ${TestBinaries} PARENT_SCOPE)
|
Reference in New Issue
Block a user