[PATCH] D48200: [CMake] Run libFuzzer tests with check-all.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 14 15:11:15 PDT 2018
morehouse created this revision.
morehouse added a reviewer: kcc.
Herald added a subscriber: mgorny.
https://reviews.llvm.org/D48200
Files:
compiler-rt/test/fuzzer/CMakeLists.txt
Index: compiler-rt/test/fuzzer/CMakeLists.txt
===================================================================
--- compiler-rt/test/fuzzer/CMakeLists.txt
+++ compiler-rt/test/fuzzer/CMakeLists.txt
@@ -7,8 +7,6 @@
list(APPEND LIBFUZZER_TEST_DEPS FuzzerUnitTests)
endif()
-set(EXCLUDE_FROM_ALL ON)
-
add_custom_target(check-fuzzer)
set(LIBFUZZER_TEST_IOS "0")
pythonize_bool(LIBFUZZER_TEST_IOS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48200.151430.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180614/de08ccd4/attachment.bin>
More information about the llvm-commits
mailing list