File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -79,20 +79,22 @@ add_libc_test(
79
79
libc.src.__support.CPP.span
80
80
)
81
81
82
- add_libc_test (
83
- freelist_heap_test
84
- SUITE
85
- libc-stdlib-tests
86
- SRCS
87
- freelist_heap_test.cpp
88
- freelist_malloc_test.cpp
89
- DEPENDS
90
- libc.src.__support.CPP.span
91
- libc.src.stdlib.freelist_heap
92
- libc.src.stdlib.malloc
93
- libc.src.string.memcmp
94
- libc.src.string.memcpy
95
- )
82
+ if (LLVM_LIBC_FULL_BUILD )
83
+ add_libc_test (
84
+ freelist_heap_test
85
+ SUITE
86
+ libc-stdlib-tests
87
+ SRCS
88
+ freelist_heap_test.cpp
89
+ freelist_malloc_test.cpp
90
+ DEPENDS
91
+ libc.src.__support.CPP.span
92
+ libc.src.stdlib.freelist_heap
93
+ libc.src.stdlib.malloc
94
+ libc.src.string.memcmp
95
+ libc.src.string.memcpy
96
+ )
97
+ endif ()
96
98
97
99
add_fp_unittest (
98
100
strtod_test
You can’t perform that action at this time.
0 commit comments