new way to specify which test
This commit is contained in:
@@ -71,12 +71,6 @@ if (BUILD_LIBFUZZER)
|
||||
target_link_libraries(IntegerOverflow_LF deepstate_LF)
|
||||
target_link_libraries (IntegerOverflow_LF "-fsanitize=fuzzer")
|
||||
set_target_properties(IntegerOverflow_LF PROPERTIES COMPILE_DEFINITIONS "LIBFUZZER")
|
||||
|
||||
add_executable(IntegerOverflow_Addition_LF IntegerOverflow.cpp)
|
||||
target_link_libraries(IntegerOverflow_Addition_LF deepstate_LF)
|
||||
target_link_libraries (IntegerOverflow_Addition_LF "-fsanitize=fuzzer")
|
||||
set_target_properties(IntegerOverflow_Addition_LF PROPERTIES COMPILE_DEFINITIONS
|
||||
"LIBFUZZER;LIBFUZZER_WHICH_TEST=\"SignedInteger_AdditionOverflow\"")
|
||||
endif()
|
||||
|
||||
add_executable(IntegerArithmetic IntegerArithmetic.cpp)
|
||||
|
||||
Reference in New Issue
Block a user