1
Fork 0
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:
Staubfinger 2023-01-08 14:42:15 +01:00 committed by Jelle Raaijmakers
parent 607441de56
commit becd6d106f
2 changed files with 67 additions and 0 deletions

View file

@ -58,6 +58,7 @@ set(AK_TEST_SOURCES
TestOwnPtr.cpp
TestPrint.cpp
TestQueue.cpp
TestQuickSelect.cpp
TestQuickSort.cpp
TestRedBlackTree.cpp
TestRefPtr.cpp