File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
utils/bazel/llvm-project-overlay/libc/test/src/stdlib Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,16 +104,19 @@ libc_support_library(
104
104
name = "qsort_test_helper" ,
105
105
hdrs = ["SortingTest.h" ],
106
106
deps = [
107
+ "//libc:__support_macros_config" ,
107
108
"//libc:qsort_util" ,
108
109
"//libc/test/UnitTest:LibcUnitTest" ,
109
110
],
110
111
)
112
+
111
113
libc_test (
112
114
name = "qsort_test" ,
113
115
srcs = ["qsort_test.cpp" ],
114
116
libc_function_deps = ["//libc:qsort" ],
115
117
deps = [":qsort_test_helper" ],
116
118
)
119
+
117
120
libc_test (
118
121
name = "quick_sort_test" ,
119
122
srcs = ["quick_sort_test.cpp" ],
@@ -122,6 +125,7 @@ libc_test(
122
125
"//libc:qsort_util" ,
123
126
],
124
127
)
128
+
125
129
libc_test (
126
130
name = "heap_sort_test" ,
127
131
srcs = ["heap_sort_test.cpp" ],
You can’t perform that action at this time.
0 commit comments