mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:17:35 +00:00
AK: Testing for AK::quickselect_inline
The testing code found here is mainly derived from the Tests for `AK::quick_sort`.
This commit is contained in:
parent
607441de56
commit
becd6d106f
2 changed files with 67 additions and 0 deletions
|
@ -58,6 +58,7 @@ set(AK_TEST_SOURCES
|
|||
TestOwnPtr.cpp
|
||||
TestPrint.cpp
|
||||
TestQueue.cpp
|
||||
TestQuickSelect.cpp
|
||||
TestQuickSort.cpp
|
||||
TestRedBlackTree.cpp
|
||||
TestRefPtr.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue