From 3c7910fad3c5709cc89c8906905553ab69df9bc1 Mon Sep 17 00:00:00 2001 From: Daryle Walker Date: Sun, 6 Jul 2008 00:58:34 +0000 Subject: [PATCH] Added entries for the forgotten tests [SVN r47123] --- test/Jamfile.v2 | 6 ++++++ 1 file changed, 6 insertions(+) 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 ] ;