brintos

brintos / llvm-project-archived public Read only

0
0
Text · 550 B · d6d6d09 Raw
22 lines · plain
1# This test currently uses too much memory to be made hermetic.2add_libc_test(3  utils_test4  SUITE5    libc-string-tests6  SRCS7    op_tests.cpp8    utils_test.cpp9  COMPILE_OPTIONS10    ${LIBC_COMPILE_OPTIONS_NATIVE}11  DEPENDS12    libc.hdr.stdint_proxy13    libc.src.__support.CPP.array14    libc.src.__support.CPP.cstddef15    libc.src.__support.CPP.span16    libc.src.__support.macros.properties.os17    libc.src.__support.macros.properties.types18    libc.src.__support.macros.sanitizer19    libc.src.string.memory_utils.memory_utils20  UNIT_TEST_ONLY21)22