Skip to content

Commit c70658e

Browse files
committed
[bazel] port 5dafe9d
1 parent 5623b7f commit c70658e

File tree

1 file changed

+5
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/stdlib

1 file changed

+5
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ libc_test(
107107
deps = [
108108
"//libc:__support_fputil_fp_bits",
109109
"//libc:atof",
110+
"//libc/test/UnitTest:errno_test_helpers",
110111
],
111112
)
112113

@@ -206,6 +207,7 @@ libc_test_library(
206207
"//libc:__support_macros_properties_architectures",
207208
"//libc:errno",
208209
"//libc/test/UnitTest:LibcUnitTest",
210+
"//libc/test/UnitTest:errno_test_helpers",
209211
],
210212
)
211213

@@ -251,6 +253,7 @@ libc_test(
251253
deps = [
252254
"//libc:__support_fputil_fp_bits",
253255
"//libc:strtof",
256+
"//libc/test/UnitTest:errno_test_helpers",
254257
"//libc/test/UnitTest:fp_test_helpers",
255258
],
256259
)
@@ -261,6 +264,7 @@ libc_test(
261264
deps = [
262265
"//libc:__support_fputil_fp_bits",
263266
"//libc:strtod",
267+
"//libc/test/UnitTest:errno_test_helpers",
264268
"//libc/test/UnitTest:fp_test_helpers",
265269
],
266270
)
@@ -272,5 +276,6 @@ libc_test(
272276
"//libc:__support_fputil_fp_bits",
273277
"//libc:__support_uint128",
274278
"//libc:strtold",
279+
"//libc/test/UnitTest:errno_test_helpers",
275280
],
276281
)

0 commit comments

Comments
 (0)