aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-06-25 20:30:03 +0000
committerMatt Morehouse <mascasa@google.com>2018-06-25 20:30:03 +0000
commit558443a7e62c22b6c882b8bc92065c19627cfe34 (patch)
treedfd6550cda721a2ece489bb2a6d883188fadc33a /test
parentc0234d2aed8ad4c30cd1d507dde386e3c4bc49f7 (diff)
[CMake] Run libFuzzer tests with check-all.
Reviewers: kcc Reviewed By: kcc Subscribers: llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D48200 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fuzzer/CMakeLists.txt b/test/fuzzer/CMakeLists.txt
index 302744e8e..bd3869807 100644
--- a/test/fuzzer/CMakeLists.txt
+++ b/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)