diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index 1609bf5..6111059 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -6,15 +6,15 @@ import testing ;
test-suite integer
: [ run cstdint_test.cpp ]
- [ run integer_test.cpp
- /boost/test//boost_unit_test_framework ]
+ [ run integer_test.cpp
+ /boost/test//minimal ]
[ run integer_traits_test.cpp
- /boost/test//boost_test_exec_monitor/static ]
+ /boost/test//boost_test_exec_monitor ]
[ run integer_mask_test.cpp
- /boost/test//boost_unit_test_framework ]
+ /boost/test//minimal ]
[ run static_log2_test.cpp
- /boost/test//boost_test_exec_monitor/static ]
+ /boost/test//boost_test_exec_monitor ]
[ run static_min_max_test.cpp
- /boost/test//boost_test_exec_monitor/static ]
+ /boost/test//boost_test_exec_monitor ]
# [ compile issue_2134.cpp ]
;
diff --git a/test/integer_traits_test.cpp b/test/integer_traits_test.cpp
index e3de239..065f90a 100644
--- a/test/integer_traits_test.cpp
+++ b/test/integer_traits_test.cpp
@@ -17,7 +17,6 @@
// use int64_t instead of long long for better portability
#include
-#define BOOST_INCLUDE_MAIN
#include
/*
diff --git a/test/static_log2_test.cpp b/test/static_log2_test.cpp
index 68628f6..00446e3 100644
--- a/test/static_log2_test.cpp
+++ b/test/static_log2_test.cpp
@@ -10,7 +10,6 @@
// Revision History
// 01 Oct 2001 Initial version (Daryle Walker)
-#define BOOST_INCLUDE_MAIN
#include // for main
#include // for boost::exit_success