diff --git a/doc/tests.xml b/doc/tests.xml
index 3a34722..6eeb45c 100644
--- a/doc/tests.xml
+++ b/doc/tests.xml
@@ -12,19 +12,16 @@
- ../../../libs/test/build/boost_test_exec_monitor
Test the use of custom allocators.
Allocators are ignored by the implementation.
- ../../../libs/test/build/boost_test_exec_monitor
Test the optimization of stateless function objects in the Boost.Function library.
The exception-safety and performance guarantees given for stateless function objects may not be met by the implementation.
- ../../../libs/test/build/boost_test_exec_monitor
Test the interaction between Boost.Function and Boost.Lambda.
Either Boost.Lambda does not work on the platform, or Boost.Function cannot safely be applied without the use of boost::unlambda.
diff --git a/test/Jamfile b/test/Jamfile
index 789d77e..b5eafb1 100644
--- a/test/Jamfile
+++ b/test/Jamfile
@@ -29,11 +29,11 @@ DEPENDS all : test ;
[ run libs/function/test/function_n_test.cpp : : : : ]
- [ run libs/function/test/allocator_test.cpp ../../../libs/test/build/boost_test_exec_monitor : : : : ]
+ [ run libs/function/test/allocator_test.cpp : : : : ]
- [ run libs/function/test/stateless_test.cpp ../../../libs/test/build/boost_test_exec_monitor : : : : ]
+ [ run libs/function/test/stateless_test.cpp : : : : ]
- [ run libs/function/test/lambda_test.cpp ../../../libs/test/build/boost_test_exec_monitor : : : : ]
+ [ run libs/function/test/lambda_test.cpp : : : : ]
[ compile-fail libs/function/test/function_test_fail1.cpp : : : : ]
diff --git a/test/allocator_test.cpp b/test/allocator_test.cpp
index 97a86a1..12fa448 100644
--- a/test/allocator_test.cpp
+++ b/test/allocator_test.cpp
@@ -7,8 +7,7 @@
// For more information, see http://www.boost.org
-#define BOOST_INCLUDE_MAIN
-#include
+#include
#include
#include
#include
diff --git a/test/function_test_fail1.cpp b/test/function_test_fail1.cpp
index 247adc2..bd933b3 100644
--- a/test/function_test_fail1.cpp
+++ b/test/function_test_fail1.cpp
@@ -7,8 +7,7 @@
// For more information, see http://www.boost.org
-#define BOOST_INCLUDE_MAIN
-#include
+#include
#include
using namespace std;
diff --git a/test/function_test_fail2.cpp b/test/function_test_fail2.cpp
index 9a79465..0038b31 100644
--- a/test/function_test_fail2.cpp
+++ b/test/function_test_fail2.cpp
@@ -7,8 +7,7 @@
// For more information, see http://www.boost.org
-#define BOOST_INCLUDE_MAIN
-#include
+#include
#include
using namespace std;
diff --git a/test/lambda_test.cpp b/test/lambda_test.cpp
index 87da7d7..89be06c 100644
--- a/test/lambda_test.cpp
+++ b/test/lambda_test.cpp
@@ -10,7 +10,7 @@
#include
#include
-#include
+#include
#include
#include
#include
diff --git a/test/stateless_test.cpp b/test/stateless_test.cpp
index 1eae073..54859e7 100644
--- a/test/stateless_test.cpp
+++ b/test/stateless_test.cpp
@@ -7,8 +7,7 @@
// For more information, see http://www.boost.org
-#define BOOST_INCLUDE_MAIN
-#include
+#include
#include
#include