diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/algorithm/test/Jamfile.v2 | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/algorithm/test/Jamfile.v2')
-rw-r--r-- | libs/algorithm/test/Jamfile.v2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/algorithm/test/Jamfile.v2 b/libs/algorithm/test/Jamfile.v2 index ceea3a0d6..9b5d30b6c 100644 --- a/libs/algorithm/test/Jamfile.v2 +++ b/libs/algorithm/test/Jamfile.v2 @@ -27,8 +27,10 @@ alias unit_test_framework [ compile-fail search_fail2.cpp : : : : ] [ compile-fail search_fail3.cpp : : : : ] -# Clamp tests +# Misc tests [ run clamp_test.cpp unit_test_framework : : : : clamp_test ] + [ run power_test.cpp unit_test_framework : : : : power_test ] + [ compile-fail power_fail1.cpp : : : : ] # Cxx11 tests [ run all_of_test.cpp unit_test_framework : : : : all_of_test ] |