From: Yvan Roux Date: Fri, 6 Jul 2018 17:22:02 +0000 (+0000) Subject: Recommit "[CMake] Run libFuzzer tests with check-all." X-Git-Tag: llvmorg-7.0.0-rc1~2061 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19d28309af451e0f1e21c4c9ae4da0fa6f8dbb90;p=platform%2Fupstream%2Fllvm.git Recommit "[CMake] Run libFuzzer tests with check-all." Since problematic tests on AArch64 were disabled at r336446. llvm-svn: 336449 --- diff --git a/compiler-rt/test/fuzzer/CMakeLists.txt b/compiler-rt/test/fuzzer/CMakeLists.txt index 302744e..bd38698 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)