[libFuzzer] Add missing dependency for tests.

Dependency on TestBinaries was erroneously removed on r292735.

llvm-svn: 292765
This commit is contained in:
Marcos Pividori 2017-01-22 21:55:46 +00:00
parent 33c3e91ca1
commit 0f84c7aef6
1 changed files with 1 additions and 0 deletions

View File

@ -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,