mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 09:26:22 +00:00
[libFuzzer] test cleanup (2)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c5c57d05a
commit
5cb386d1cd
@ -1,15 +0,0 @@
|
||||
# These tests are not instrumented with coverage.
|
||||
|
||||
set(CMAKE_CXX_FLAGS
|
||||
"${LIBFUZZER_FLAGS_BASE} -fsanitize-coverage=edge,trace-bb")
|
||||
|
||||
set(TraceBBTests
|
||||
SimpleTest
|
||||
)
|
||||
|
||||
foreach(Test ${TraceBBTests})
|
||||
add_libfuzzer_test(${Test}-TraceBB SOURCES ../${Test}.cpp)
|
||||
endforeach()
|
||||
|
||||
# Propagate value into parent directory
|
||||
set(TestBinaries ${TestBinaries} PARENT_SCOPE)
|
Loading…
x
Reference in New Issue
Block a user