projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac57af3
)
[Cmake] Add missing dependency for running tests.
author
Davide Italiano
<davide@freebsd.org>
Wed, 17 Apr 2019 23:43:01 +0000
(23:43 +0000)
committer
Davide Italiano
<davide@freebsd.org>
Wed, 17 Apr 2019 23:43:01 +0000
(23:43 +0000)
This is needed now that we marked lldb-test as EXCLUDE_ALL, to
make sure `ninja lldb-test-deps` doesn't fail.
llvm-svn: 358625
lldb/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lldb/CMakeLists.txt
b/lldb/CMakeLists.txt
index
4bf6168
..
a826c25
100644
(file)
--- a/
lldb/CMakeLists.txt
+++ b/
lldb/CMakeLists.txt
@@
-79,6
+79,9
@@
if(LLDB_INCLUDE_TESTS)
list(APPEND LLDB_TEST_DEPS darwin-debug)
endif()
+ # lldb-test is an hard dependency for the testsuite.
+ list(APPEND LLDB_TEST_DEPS lldb-test)
+
if(TARGET lldb-server)
list(APPEND LLDB_TEST_DEPS lldb-server)
endif()