summaryrefslogtreecommitdiff
path: root/libc/test/src/string/memory_utils/CMakeLists.txt
blob: d6d6d09fc100313fd722d2063ce22965b7c28e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This test currently uses too much memory to be made hermetic.
add_libc_test(
  utils_test
  SUITE
    libc-string-tests
  SRCS
    op_tests.cpp
    utils_test.cpp
  COMPILE_OPTIONS
    ${LIBC_COMPILE_OPTIONS_NATIVE}
  DEPENDS
    libc.hdr.stdint_proxy
    libc.src.__support.CPP.array
    libc.src.__support.CPP.cstddef
    libc.src.__support.CPP.span
    libc.src.__support.macros.properties.os
    libc.src.__support.macros.properties.types
    libc.src.__support.macros.sanitizer
    libc.src.string.memory_utils.memory_utils
  UNIT_TEST_ONLY
)