summaryrefslogtreecommitdiff
path: root/libs/algorithm/test/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'libs/algorithm/test/Jamfile.v2')
-rw-r--r--libs/algorithm/test/Jamfile.v24
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 ]