[libc-commits] [libc] [libc] Add libc_include_tests suites to check-libc target. (PR #98749)

via libc-commits libc-commits at lists.llvm.org
Sat Jul 13 08:18:05 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (lntue)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/98749.diff


1 Files Affected:

- (modified) libc/test/include/CMakeLists.txt (+1) 


``````````diff
diff --git a/libc/test/include/CMakeLists.txt b/libc/test/include/CMakeLists.txt
index 03c31855e352b..4be42289f8fe3 100644
--- a/libc/test/include/CMakeLists.txt
+++ b/libc/test/include/CMakeLists.txt
@@ -1,4 +1,5 @@
 add_custom_target(libc_include_tests)
+add_dependencies(check-libc libc_include_tests)
 
 add_libc_test(
   assert_test

``````````

</details>


https://github.com/llvm/llvm-project/pull/98749


More information about the libc-commits mailing list