Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2008-04-01 13:16:05


Author: vladimir_prus
Date: 2008-04-01 13:16:04 EDT (Tue, 01 Apr 2008)
New Revision: 43985
URL: http://svn.boost.org/trac/boost/changeset/43985

Log:
Add 'import testing'.

This is necessary so that things work when Boost.Serialization Jamfiles
directly depend on some of the config tests.

Text files modified:
   trunk/libs/config/test/Jamfile.v2 | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/config/test/Jamfile.v2
==============================================================================
--- trunk/libs/config/test/Jamfile.v2 (original)
+++ trunk/libs/config/test/Jamfile.v2 2008-04-01 13:16:04 EDT (Tue, 01 Apr 2008)
@@ -11,6 +11,8 @@
 # If you need to alter build preferences then set them in
 # the template defined in options_v2.jam.
 #
+import testing ;
+
 path-constant DOT : . ;
 include $(DOT)/options_v2.jam ;
 


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