Remove check-fuzzer from check-all, as tests don't pass on some bots.

llvm-svn: 311415
This commit is contained in:
George Karpenkov 2017-08-22 00:54:57 +00:00
parent a2f383d072
commit 92d8000487
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ foreach(arch ${FUZZER_SUPPORTED_ARCH})
endforeach()
set(EXCLUDE_FROM_ALL ON)
add_lit_testsuite(check-fuzzer "Running Fuzzer tests"
${LIBFUZZER_TESTSUITES}
DEPENDS ${LIBFUZZER_TEST_DEPS})