Skip to content

Commit 3eb666e

Browse files
committed
update bazel for a6d2da8
1 parent fde51e2 commit 3eb666e

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,19 @@ libc_support_library(
104104
name = "qsort_test_helper",
105105
hdrs = ["SortingTest.h"],
106106
deps = [
107+
"//libc:__support_macros_config",
107108
"//libc:qsort_util",
108109
"//libc/test/UnitTest:LibcUnitTest",
109110
],
110111
)
112+
111113
libc_test(
112114
name = "qsort_test",
113115
srcs = ["qsort_test.cpp"],
114116
libc_function_deps = ["//libc:qsort"],
115117
deps = [":qsort_test_helper"],
116118
)
119+
117120
libc_test(
118121
name = "quick_sort_test",
119122
srcs = ["quick_sort_test.cpp"],
@@ -122,6 +125,7 @@ libc_test(
122125
"//libc:qsort_util",
123126
],
124127
)
128+
125129
libc_test(
126130
name = "heap_sort_test",
127131
srcs = ["heap_sort_test.cpp"],

0 commit comments

Comments
 (0)