1add_libc_unittest(
2  utils_test
3  SUITE
4    libc_string_unittests
5  SRCS
6    address_test.cpp
7    # algorithm_test.cpp
8    backend_test.cpp
9    elements_test.cpp
10    memory_access_test.cpp
11    utils_test.cpp
12  COMPILE_OPTIONS
13    ${LIBC_COMPILE_OPTIONS_NATIVE}
14    -ffreestanding
15    -pthread
16  DEPENDS
17    libc.src.string.memory_utils.memory_utils
18    libc.src.__support.CPP.array
19    libc.src.__support.CPP.array_ref
20)
21