From: Marcos Pividori Date: Sun, 22 Jan 2017 21:55:46 +0000 (+0000) Subject: [libFuzzer] Add missing dependency for tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ea436d7ac3766d0fc8032f3f0bbe2783c13095d;p=llvm [libFuzzer] Add missing dependency for tests. Dependency on TestBinaries was erroneously removed on r292735. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292765 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Fuzzer/test/CMakeLists.txt b/lib/Fuzzer/test/CMakeLists.txt index 5f5ba57dcdf..a55bdf7644d 100644 --- a/lib/Fuzzer/test/CMakeLists.txt +++ b/lib/Fuzzer/test/CMakeLists.txt @@ -238,6 +238,7 @@ configure_lit_site_cfg( add_lit_testsuite(check-fuzzer "Running Fuzzer tests" ${CMAKE_CURRENT_BINARY_DIR} + DEPENDS ${TestBinaries} ) # Don't add dependencies on Windows. The linker step would fail on Windows,