diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index c75db05..9ad6eec 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -9,4 +9,10 @@ test-suite integer
[ run integer_test.cpp ]
[ run integer_traits_test.cpp
/boost/test//boost_test_exec_monitor/static ]
+ [ run integer_mask_test.cpp
+ /boost/test//boost_test_exec_monitor/static ]
+ [ run static_log2_test.cpp
+ /boost/test//boost_test_exec_monitor/static ]
+ [ run static_min_max_test.cpp
+ /boost/test//boost_test_exec_monitor/static ]
;