|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-29 08:35:11
Author: jurko
Date: 2008-08-29 08:35:11 EDT (Fri, 29 Aug 2008)
New Revision: 48443
URL: http://svn.boost.org/trac/boost/changeset/48443
Log:
Minor stylistic changes made to the Boost Build make example test.
Text files modified:
trunk/tools/build/v2/test/example_make.py | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/tools/build/v2/test/example_make.py
==============================================================================
--- trunk/tools/build/v2/test/example_make.py (original)
+++ trunk/tools/build/v2/test/example_make.py 2008-08-29 08:35:11 EDT (Fri, 29 Aug 2008)
@@ -5,16 +5,16 @@
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
-# Test the 'libraries' example.
-from BoostBuild import Tester, List
+# Test the 'make' example.
-# Create a temporary working directory
-t = Tester()
+import BoostBuild
+
+t = BoostBuild.Tester()
t.set_tree("../example/make")
t.run_build_system()
t.expect_addition(["bin/$toolset/debug/main.cpp"])
-
+
t.cleanup()
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