[PATCH] D82605: [CMake] Add check-debuginfo-* targets
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 11:30:19 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGac567eec119f: [CMake] Add check-debuginfo-* targets (authored by MaskRay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82605/new/
https://reviews.llvm.org/D82605
Files:
debuginfo-tests/CMakeLists.txt
Index: debuginfo-tests/CMakeLists.txt
===================================================================
--- debuginfo-tests/CMakeLists.txt
+++ debuginfo-tests/CMakeLists.txt
@@ -58,4 +58,9 @@
DEPENDS ${DEBUGINFO_TEST_DEPS}
)
+# Add check-debuginfo-* targets.
+add_lit_testsuites(DEBUGINFO ${CMAKE_CURRENT_SOURCE_DIR}
+ DEPENDS ${DEBUGINFO_TEST_DEPS}
+ )
+
set_target_properties(check-debuginfo PROPERTIES FOLDER "Debug info tests")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82605.273796.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200626/e5a6871d/attachment.bin>
More information about the llvm-commits
mailing list