From b66d02eaa0435cf445713c9c8e170584ee097cb5 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 1 Jul 2022 10:48:57 +0000 Subject: [PATCH] Revert "[reland] algorithm_test.cpp" This reverts commit 1514acb20f404fa3fe0e20f068b1caf763396176. --- libc/test/src/string/memory_utils/CMakeLists.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libc/test/src/string/memory_utils/CMakeLists.txt b/libc/test/src/string/memory_utils/CMakeLists.txt index d2178da..df481ee15 100644 --- a/libc/test/src/string/memory_utils/CMakeLists.txt +++ b/libc/test/src/string/memory_utils/CMakeLists.txt @@ -1,19 +1,18 @@ -# These tests are only exercising implementation details -# - They don't need to be compiled with '-ffreestanding' -# - They can use C++ facilities like . add_libc_unittest( - implementation_details_test + utils_test SUITE libc_string_unittests SRCS address_test.cpp - algorithm_test.cpp + # algorithm_test.cpp backend_test.cpp elements_test.cpp memory_access_test.cpp utils_test.cpp COMPILE_OPTIONS ${LIBC_COMPILE_OPTIONS_NATIVE} + -ffreestanding + -pthread DEPENDS libc.src.string.memory_utils.memory_utils libc.src.__support.CPP.array -- 2.7.4