File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,6 @@ add_custom_target(libc-long-running-tests)
8
8
9
9
add_subdirectory (UnitTest )
10
10
11
- add_header_library (
12
- errno_setter_matcher
13
- HDRS
14
- ErrnoSetterMatcher.h
15
- DEPENDS
16
- libc.src.__support.common
17
- libc.src.__support.FPUtil.fp_bits
18
- libc.src.__support.StringUtil.error_to_string
19
- libc.src.errno.errno
20
- )
21
-
22
11
if (LIBC_TARGET_ARCHITECTURE_IS_GPU AND
23
12
(NOT TARGET libc.utils.gpu.loader OR NOT TARGET libc.startup.gpu.crt1 ))
24
13
message (WARNING "Cannot build libc GPU tests, missing loader implementation" )
Original file line number Diff line number Diff line change @@ -165,5 +165,10 @@ add_unittest_framework_library(
165
165
add_header_library (
166
166
ErrnoSetterMatcher
167
167
HDRS
168
- ErrnoSetterMatcher
168
+ ErrnoSetterMatcher.h
169
+ DEPENDS
170
+ libc.src.__support.common
171
+ libc.src.__support.FPUtil.fp_bits
172
+ libc.src.__support.StringUtil.error_to_string
173
+ libc.src.errno.errno
169
174
)
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ add_libc_test(
9
9
DEPENDS
10
10
libc.src.errno.errno
11
11
libc.src.stdlib.atof
12
- libc.test.errno_setter_matcher
13
12
)
14
13
15
14
add_header_library (
You can’t perform that action at this time.
0 commit comments