[libc-commits] [PATCH] D128994: [libc] Add a separate algorithm_test.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 1 07:22:01 PDT 2022


lntue created this revision.
lntue added a reviewer: gchatelet.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128994

Files:
  libc/test/src/string/memory_utils/CMakeLists.txt


Index: libc/test/src/string/memory_utils/CMakeLists.txt
===================================================================
--- libc/test/src/string/memory_utils/CMakeLists.txt
+++ libc/test/src/string/memory_utils/CMakeLists.txt
@@ -18,3 +18,15 @@
     libc.src.__support.CPP.array
     libc.src.__support.CPP.array_ref
 )
+
+add_libc_unittest(
+  algorithm_test
+  SUITE
+    libc_string_unittests
+  SRCS
+    algorithm_test.cpp
+  DEPENDS
+    libc.src.string.memory_utils.memory_utils
+    libc.src.__support.CPP.array
+    libc.src.__support.CPP.array_ref
+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128994.441689.patch
Type: text/x-patch
Size: 565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220701/0482cef7/attachment.bin>


More information about the libc-commits mailing list