[PATCH] D48200: [CMake] Run libFuzzer tests with check-all.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 25 13:34:53 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT335519: [CMake] Run libFuzzer tests with check-all. (authored by morehouse, committed by ).
Herald added a subscriber: Sanitizers.
Changed prior to commit:
https://reviews.llvm.org/D48200?vs=151430&id=152764#toc
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48200
Files:
test/fuzzer/CMakeLists.txt
Index: test/fuzzer/CMakeLists.txt
===================================================================
--- test/fuzzer/CMakeLists.txt
+++ test/fuzzer/CMakeLists.txt
@@ -11,8 +11,6 @@
list(APPEND LIBFUZZER_TEST_DEPS FuzzerUnitTests)
endif()
-set(EXCLUDE_FROM_ALL ON)
-
add_custom_target(check-fuzzer)
if(COMPILER_RT_INCLUDE_TESTS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48200.152764.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180625/642e1f89/attachment.bin>
More information about the llvm-commits
mailing list