File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
libc/test/src/string/memory_utils Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ add_libc_test(
12
12
libc.src.__support.CPP.array
13
13
libc.src.__support.CPP.cstddef
14
14
libc.src.__support.CPP.span
15
+ libc.src.__support.macros .properties.types
15
16
libc.src.__support.macros .sanitizer
16
17
libc.src.string .memory_utils.memory_utils
17
18
UNIT_TEST_ONLY
Original file line number Diff line number Diff line change 10
10
#include " src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT64
11
11
#include " src/string/memory_utils/op_aarch64.h"
12
12
#include " src/string/memory_utils/op_builtin.h"
13
+ #include " src/string/memory_utils/op_generic.h"
13
14
#include " src/string/memory_utils/op_riscv.h"
14
15
#include " src/string/memory_utils/op_x86.h"
15
16
#include " test/UnitTest/Test.h"
You can’t perform that action at this time.
0 commit comments