Add 'indirect_sort'

This commit is contained in:
Marshall Clow
2023-06-14 18:30:08 -07:00
parent faac048d59
commit 17c47e8061
5 changed files with 260 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ alias unit_test_framework
# Apply_permutation tests
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
# Indirect_sort tests
[ run indirect_sort_test.cpp unit_test_framework : : : : indirect_sort_test ]
# Find tests
[ run find_not_test.cpp unit_test_framework : : : : find_not_test ]
[ run find_backward_test.cpp unit_test_framework : : : : find_backward_test ]