Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66863 - sandbox/example/libs/example/test
From: dnljms_at_[hidden]
Date: 2010-11-29 18:41:08


Author: danieljames
Date: 2010-11-29 18:41:04 EST (Mon, 29 Nov 2010)
New Revision: 66863
URL: http://svn.boost.org/trac/boost/changeset/66863

Log:
Add 'using testing' to example test Jamfile.

Text files modified:
   sandbox/example/libs/example/test/Jamfile.v2 | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: sandbox/example/libs/example/test/Jamfile.v2
==============================================================================
--- sandbox/example/libs/example/test/Jamfile.v2 (original)
+++ sandbox/example/libs/example/test/Jamfile.v2 2010-11-29 18:41:04 EST (Mon, 29 Nov 2010)
@@ -5,12 +5,18 @@
 
 # Run the example tests.
 
-# First create an alias for the boost unit test framework. You don't need this
+# Import the testing module.
+
+using testing ;
+
+# Create an alias for the boost unit test framework. You don't need this
 # if you're using minimal or lightweight test.
 
 use-project /boost/test : $(BOOST_ROOT)/libs/test/build ;
 alias boost_unit_test : /boost/test//boost_unit_test_framework/<link>static ;
 
+# Define the test suite.
+
 test-suite "example test"
     :
         [ run foo_test.cpp boost_unit_test ]


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