@@ -53,7 +53,7 @@ add_libc_test(
53
53
SRCS
54
54
mbrtowc_test.cpp
55
55
DEPENDS
56
- libc.src.__support.libc_errno
56
+ libc.hdr.errno_macros
57
57
libc.src.__support.wchar.mbstate
58
58
libc.src.string .memset
59
59
libc.src.wchar.mbrtowc
@@ -69,7 +69,7 @@ add_libc_test(
69
69
SRCS
70
70
mbtowc_test.cpp
71
71
DEPENDS
72
- libc.src.__support.libc_errno
72
+ libc.hdr.errno_macros
73
73
libc.src.wchar.mbtowc
74
74
libc.hdr.types.wchar_t
75
75
libc.test .UnitTest.ErrnoCheckingTest
@@ -82,7 +82,7 @@ add_libc_test(
82
82
SRCS
83
83
mbstowcs_test.cpp
84
84
DEPENDS
85
- libc.src.__support.libc_errno
85
+ libc.hdr.errno_macros
86
86
libc.src.wchar.mbstowcs
87
87
libc.hdr.types.wchar_t
88
88
libc.test .UnitTest.ErrnoCheckingTest
@@ -95,7 +95,7 @@ add_libc_test(
95
95
SRCS
96
96
mblen_test.cpp
97
97
DEPENDS
98
- libc.src.__support.libc_errno
98
+ libc.hdr.errno_macros
99
99
libc.src.wchar.mblen
100
100
libc.test .UnitTest.ErrnoCheckingTest
101
101
)
@@ -107,7 +107,7 @@ add_libc_test(
107
107
SRCS
108
108
mbsrtowcs_test.cpp
109
109
DEPENDS
110
- libc.src.__support.libc_errno
110
+ libc.hdr.errno_macros
111
111
libc.src.__support.wchar.mbstate
112
112
libc.src.string .memset
113
113
libc.src.wchar.mbsrtowcs
@@ -123,7 +123,7 @@ add_libc_test(
123
123
SRCS
124
124
mbrlen_test.cpp
125
125
DEPENDS
126
- libc.src.__support.libc_errno
126
+ libc.hdr.errno_macros
127
127
libc.src.__support.wchar.mbstate
128
128
libc.src.string .memset
129
129
libc.src.wchar.mbsrlen
@@ -139,14 +139,14 @@ add_libc_test(
139
139
SRCS
140
140
mbsnrtowcs_test.cpp
141
141
DEPENDS
142
- libc.src.__support.libc_errno
142
+ libc.hdr.errno_macros
143
143
libc.src.__support.wchar.mbstate
144
144
libc.src.string .memset
145
145
libc.src.wchar.mbsnrtowcs
146
146
libc.hdr.types.mbstate_t
147
147
libc.hdr.types.wchar_t
148
148
libc.test .UnitTest.ErrnoCheckingTest
149
- )
149
+ )
150
150
151
151
add_libc_test(
152
152
mbsinit_test
@@ -179,11 +179,11 @@ add_libc_test(
179
179
SRCS
180
180
wcrtomb_test.cpp
181
181
DEPENDS
182
+ libc.hdr.errno_macros
182
183
libc.src.wchar.wcrtomb
183
184
libc.src.string .memset
184
185
libc.hdr.types.wchar_t
185
186
libc.hdr.types.mbstate_t
186
- libc.src.__support.libc_errno
187
187
libc.src.__support.wchar.mbstate
188
188
libc.test .UnitTest.ErrnoCheckingTest
189
189
)
@@ -195,6 +195,7 @@ add_libc_test(
195
195
SRCS
196
196
wctomb_test.cpp
197
197
DEPENDS
198
+ libc.hdr.errno_macros
198
199
libc.src.wchar.wctomb
199
200
libc.hdr.types.wchar_t
200
201
)
@@ -478,9 +479,9 @@ add_header_library(
478
479
HDRS
479
480
WcstolTest.h
480
481
DEPENDS
482
+ libc.hdr.errno_macros
481
483
libc.src.__support.CPP.limits
482
484
libc.src.__support.CPP.type_traits
483
- libc.src.errno.errno
484
485
libc.test .UnitTest.ErrnoCheckingTest
485
486
)
486
487
@@ -526,4 +527,4 @@ add_libc_test(
526
527
DEPENDS
527
528
libc.src.wchar.wcstoull
528
529
.wcstol_test_support
529
- )
530
+ )
0 commit comments