Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/string/CMakeLists.txt')
-rw-r--r--libc/test/src/string/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/test/src/string/CMakeLists.txt b/libc/test/src/string/CMakeLists.txt
index 723fbd502ba4..bbd990935aa5 100644
--- a/libc/test/src/string/CMakeLists.txt
+++ b/libc/test/src/string/CMakeLists.txt
@@ -246,6 +246,16 @@ add_libc_unittest(
)
add_libc_unittest(
+ strsignal_test
+ SUITE
+ libc_string_unittests
+ SRCS
+ strsignal_test.cpp
+ DEPENDS
+ libc.src.string.strsignal
+)
+
+add_libc_unittest(
strspn_test
SUITE
libc_string_unittests