[Lldb-commits] [PATCH] D43591: [testsuite] Run lit tests as part of `check-lldb`

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 21 13:14:35 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325719: [testsuite] Run lit tests as part of `check-lldb`. (authored by davide, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D43591?vs=135313&id=135317#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43591

Files:
  lldb/trunk/lit/CMakeLists.txt
  lldb/trunk/test/CMakeLists.txt


Index: lldb/trunk/lit/CMakeLists.txt
===================================================================
--- lldb/trunk/lit/CMakeLists.txt
+++ lldb/trunk/lit/CMakeLists.txt
@@ -40,6 +40,7 @@
   LLDBUnitTests
   lldb
   lldb-test
+  llvm-config
   )
 
 if(NOT LLDB_BUILT_STANDALONE)
Index: lldb/trunk/test/CMakeLists.txt
===================================================================
--- lldb/trunk/test/CMakeLists.txt
+++ lldb/trunk/test/CMakeLists.txt
@@ -144,6 +144,9 @@
   endif ()
 endif ()
 
+# Run the lit-style tests and the unittests as part of the check-lldb target.
+add_dependencies(check-lldb check-lldb-lit)
+
 add_custom_target(lldb-test-depends DEPENDS ${LLDB_TEST_DEPENDS})
 # This will add LLDB's test dependencies to the depenednecies for check-all and
 # include them in the test-depends target.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43591.135317.patch
Type: text/x-patch
Size: 820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180221/c11d40a1/attachment-0001.bin>


More information about the lldb-commits mailing list