[PATCH] D48449: [libfuzzer] Re-enable libFuzzer tests in "check-all"

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 11:12:32 PDT 2018


kubamracek created this revision.
kubamracek added reviewers: george.karpenkov, delcypher, kcc.
Herald added subscribers: Sanitizers, mgorny.

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48449

Files:
  test/fuzzer/CMakeLists.txt


Index: test/fuzzer/CMakeLists.txt
===================================================================
--- test/fuzzer/CMakeLists.txt
+++ 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)
 
 if(COMPILER_RT_INCLUDE_TESTS)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48449.152350.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180621/f8ed5b7a/attachment.bin>


More information about the llvm-commits mailing list