diff options
| author | Yvan Roux <yvan.roux@linaro.org> | 2018-07-06 17:22:02 +0000 |
|---|---|---|
| committer | Yvan Roux <yvan.roux@linaro.org> | 2018-07-06 17:22:02 +0000 |
| commit | 19d28309af451e0f1e21c4c9ae4da0fa6f8dbb90 (patch) | |
| tree | 35613e5233eecbb24c8415011cf3ef9b62d84f7d | |
| parent | ec4feae1b668892f9e120dcac77c70ef39b37db9 (diff) | |
| download | bcm5719-llvm-19d28309af451e0f1e21c4c9ae4da0fa6f8dbb90.tar.gz bcm5719-llvm-19d28309af451e0f1e21c4c9ae4da0fa6f8dbb90.zip | |
Recommit "[CMake] Run libFuzzer tests with check-all."
Since problematic tests on AArch64 were disabled at r336446.
llvm-svn: 336449
| -rw-r--r-- | compiler-rt/test/fuzzer/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/fuzzer/CMakeLists.txt b/compiler-rt/test/fuzzer/CMakeLists.txt index 302744e8e7f..bd3869807c8 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) |

