Skip to content

Commit

Permalink
update bazel for a6d2da8
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirgg committed Jul 18, 2024
1 parent fde51e2 commit 3eb666e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,19 @@ libc_support_library(
name = "qsort_test_helper",
hdrs = ["SortingTest.h"],
deps = [
"//libc:__support_macros_config",
"//libc:qsort_util",
"//libc/test/UnitTest:LibcUnitTest",
],
)

libc_test(
name = "qsort_test",
srcs = ["qsort_test.cpp"],
libc_function_deps = ["//libc:qsort"],
deps = [":qsort_test_helper"],
)

libc_test(
name = "quick_sort_test",
srcs = ["quick_sort_test.cpp"],
Expand All @@ -122,6 +125,7 @@ libc_test(
"//libc:qsort_util",
],
)

libc_test(
name = "heap_sort_test",
srcs = ["heap_sort_test.cpp"],
Expand Down

0 comments on commit 3eb666e

Please sign in to comment.