[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:17:29 PDT 2024
https://github.com/lntue created https://github.com/llvm/llvm-project/pull/98749
None
>From 96be8906fd2ff7fb2afbab8ed7b016d723d6489e Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue.h at gmail.com>
Date: Sat, 13 Jul 2024 15:15:46 +0000
Subject: [PATCH] [libc] Add libc_include_tests suites to check-libc target.
---
libc/test/include/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
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
More information about the libc-commits
mailing list