diff options
| -rw-r--r-- | compiler-rt/test/fuzzer/CMakeLists.txt | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/fuzzer/CMakeLists.txt b/compiler-rt/test/fuzzer/CMakeLists.txt index 302744e8e7f..bd3869807c8 100644 --- a/compiler-rt/test/fuzzer/CMakeLists.txt +++ b/compiler-rt/test/fuzzer/CMakeLists.txt @@ -11,8 +11,6 @@ if(COMPILER_RT_INCLUDE_TESTS)    list(APPEND LIBFUZZER_TEST_DEPS FuzzerUnitTests)  endif() -set(EXCLUDE_FROM_ALL ON) -  add_custom_target(check-fuzzer)  if(COMPILER_RT_INCLUDE_TESTS)  | 

