[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git] / libc / test / src / string / memory_utils / CMakeLists.txt
blob8374be4a1d01a33546b7313d6a8caade3d67936c
1 # This test currently uses too much memory to be made hermetic.
2 add_libc_test(
3   utils_test
4   SUITE
5     libc-string-tests
6   SRCS
7     op_tests.cpp
8     utils_test.cpp
9   COMPILE_OPTIONS
10     ${LIBC_COMPILE_OPTIONS_NATIVE}
11   DEPENDS
12     libc.src.__support.CPP.array
13     libc.src.__support.CPP.cstddef
14     libc.src.__support.CPP.span
15     libc.src.__support.macros.properties.os
16     libc.src.__support.macros.properties.types
17     libc.src.__support.macros.sanitizer
18     libc.src.string.memory_utils.memory_utils
19   UNIT_TEST_ONLY