mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-11 23:16:11 +00:00
[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
This commit is contained in:
parent
9cbcecc25b
commit
6ea436d7ac
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user