Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65998 - in trunk/libs/asio/test: . ssl
From: chris_at_[hidden]
Date: 2010-10-16 00:30:16


Author: chris_kohlhoff
Date: 2010-10-16 00:30:12 EDT (Sat, 16 Oct 2010)
New Revision: 65998
URL: http://svn.boost.org/trac/boost/changeset/65998

Log:
Make unit tests build faster.

Text files modified:
   trunk/libs/asio/test/Jamfile | 1 +
   trunk/libs/asio/test/Jamfile.v2 | 1 +
   trunk/libs/asio/test/ssl/Jamfile | 1 +
   trunk/libs/asio/test/ssl/Jamfile.v2 | 1 +
   trunk/libs/asio/test/unit_test.hpp | 1 -
   5 files changed, 4 insertions(+), 1 deletions(-)

Modified: trunk/libs/asio/test/Jamfile
==============================================================================
--- trunk/libs/asio/test/Jamfile (original)
+++ trunk/libs/asio/test/Jamfile 2010-10-16 00:30:12 EDT (Sat, 16 Oct 2010)
@@ -27,6 +27,7 @@
 template asio_unit_test
   : <lib>@boost/libs/thread/build/boost_thread
     <lib>@boost/libs/regex/build/boost_regex
+ <lib>@boost/libs/test/build/boost_test_exec_monitor
     <lib>@boost_system/libs/system/build/boost_system
   : <include>../../.. <include>@boost <include>@boost_system
     <define>BOOST_ALL_NO_LIB=1

Modified: trunk/libs/asio/test/Jamfile.v2
==============================================================================
--- trunk/libs/asio/test/Jamfile.v2 (original)
+++ trunk/libs/asio/test/Jamfile.v2 2010-10-16 00:30:12 EDT (Sat, 16 Oct 2010)
@@ -40,6 +40,7 @@
     <library>/boost/system//boost_system
     <library>/boost/thread//boost_thread
     <library>/boost/regex//boost_regex
+ <library>/boost/test//boost_test_exec_monitor
     <define>BOOST_ALL_NO_LIB=1
     <threading>multi
     <os>LINUX:<define>_XOPEN_SOURCE=600

Modified: trunk/libs/asio/test/ssl/Jamfile
==============================================================================
--- trunk/libs/asio/test/ssl/Jamfile (original)
+++ trunk/libs/asio/test/ssl/Jamfile 2010-10-16 00:30:12 EDT (Sat, 16 Oct 2010)
@@ -26,6 +26,7 @@
 template unit_test
   : <lib>@boost/libs/thread/build/boost_thread
     <lib>@boost/libs/system/build/boost_system
+ : <lib>@boost/libs/test/build/boost_test_exec_monitor
   : <include>../../../..
     <define>BOOST_ALL_NO_LIB=1
     <threading>multi

Modified: trunk/libs/asio/test/ssl/Jamfile.v2
==============================================================================
--- trunk/libs/asio/test/ssl/Jamfile.v2 (original)
+++ trunk/libs/asio/test/ssl/Jamfile.v2 2010-10-16 00:30:12 EDT (Sat, 16 Oct 2010)
@@ -36,6 +36,7 @@
   : requirements
     <library>/boost/date_time//boost_date_time
     <library>/boost/thread//boost_thread
+ <library>/boost/test//boost_test_exec_monitor
     <define>BOOST_ALL_NO_LIB=1
     <threading>multi
     <os>SOLARIS:<library>socket

Modified: trunk/libs/asio/test/unit_test.hpp
==============================================================================
--- trunk/libs/asio/test/unit_test.hpp (original)
+++ trunk/libs/asio/test/unit_test.hpp 2010-10-16 00:30:12 EDT (Sat, 16 Oct 2010)
@@ -35,7 +35,6 @@
 #endif // defined(BOOST_MSVC)
 
 #include <boost/test/unit_test.hpp>
-#include <boost/test/included/unit_test_framework.hpp>
 using boost::unit_test::test_suite;
 
 #if defined(BOOST_MSVC)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk