Add tests for find_backward.hpp.

This commit is contained in:
Zach Laine
2018-05-10 13:22:53 -05:00
parent 45a4d2580c
commit 94460b0ca5
3 changed files with 332 additions and 4 deletions

View File

@ -88,6 +88,7 @@ alias unit_test_framework
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_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 ]
;
}