@@ -107,6 +107,7 @@ libc_test(
107
107
deps = [
108
108
"//libc:__support_fputil_fp_bits" ,
109
109
"//libc:atof" ,
110
+ "//libc/test/UnitTest:errno_test_helpers" ,
110
111
],
111
112
)
112
113
@@ -206,6 +207,7 @@ libc_test_library(
206
207
"//libc:__support_macros_properties_architectures" ,
207
208
"//libc:errno" ,
208
209
"//libc/test/UnitTest:LibcUnitTest" ,
210
+ "//libc/test/UnitTest:errno_test_helpers" ,
209
211
],
210
212
)
211
213
@@ -251,6 +253,7 @@ libc_test(
251
253
deps = [
252
254
"//libc:__support_fputil_fp_bits" ,
253
255
"//libc:strtof" ,
256
+ "//libc/test/UnitTest:errno_test_helpers" ,
254
257
"//libc/test/UnitTest:fp_test_helpers" ,
255
258
],
256
259
)
@@ -261,6 +264,7 @@ libc_test(
261
264
deps = [
262
265
"//libc:__support_fputil_fp_bits" ,
263
266
"//libc:strtod" ,
267
+ "//libc/test/UnitTest:errno_test_helpers" ,
264
268
"//libc/test/UnitTest:fp_test_helpers" ,
265
269
],
266
270
)
@@ -272,5 +276,6 @@ libc_test(
272
276
"//libc:__support_fputil_fp_bits" ,
273
277
"//libc:__support_uint128" ,
274
278
"//libc:strtold" ,
279
+ "//libc/test/UnitTest:errno_test_helpers" ,
275
280
],
276
281
)
0 commit comments