Recommit "[CMake] Run libFuzzer tests with check-all."
authorYvan Roux <yvan.roux@linaro.org>
Fri, 6 Jul 2018 17:22:02 +0000 (17:22 +0000)
committerYvan Roux <yvan.roux@linaro.org>
Fri, 6 Jul 2018 17:22:02 +0000 (17:22 +0000)
Since problematic tests on AArch64 were disabled at r336446.

llvm-svn: 336449

compiler-rt/test/fuzzer/CMakeLists.txt

index 302744e..bd38698 100644 (file)
@@ -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)