summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
diff options
context:
space:
mode:
authorMarcos Pividori <mpividori@google.com>2017-01-22 21:55:46 +0000
committerMarcos Pividori <mpividori@google.com>2017-01-22 21:55:46 +0000
commit0f84c7aef6d498d793693f4843e1019c4d2dd42d (patch)
tree135b5664560b178c53c053e9bdb350df8ba5ca41 /llvm/lib/Fuzzer
parent33c3e91ca1496f0ba62c44a1f16bfaa0256dcc9c (diff)
downloadbcm5719-llvm-0f84c7aef6d498d793693f4843e1019c4d2dd42d.tar.gz
bcm5719-llvm-0f84c7aef6d498d793693f4843e1019c4d2dd42d.zip
[libFuzzer] Add missing dependency for tests.
Dependency on TestBinaries was erroneously removed on r292735. llvm-svn: 292765
Diffstat (limited to 'llvm/lib/Fuzzer')
-rw-r--r--llvm/lib/Fuzzer/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/CMakeLists.txt b/llvm/lib/Fuzzer/test/CMakeLists.txt
index 5f5ba57dcdf..a55bdf7644d 100644
--- a/llvm/lib/Fuzzer/test/CMakeLists.txt
+++ b/llvm/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,
OpenPOWER on IntegriCloud