Add tests for find_not.hpp.

This commit is contained in:
Zach Laine
2018-05-10 12:32:09 -05:00
parent d7d91d431a
commit 45a4d2580c
2 changed files with 112 additions and 1 deletions

View File

@ -85,7 +85,9 @@ alias unit_test_framework
[ run is_partitioned_until_test.cpp unit_test_framework : : : : is_partitioned_until_test ]
# Apply_permutation tests
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
# Find tests
[ run find_not_test.cpp unit_test_framework : : : : find_not_test ]
;
}