Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48595 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-04 21:55:01


Author: jurko
Date: 2008-09-04 21:55:01 EDT (Thu, 04 Sep 2008)
New Revision: 48595
URL: http://svn.boost.org/trac/boost/changeset/48595

Log:
Improved the Boost Build generator_selection.py test case by adding additional assertions to it.
Text files modified:
   trunk/tools/build/v2/test/generator_selection.py | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/tools/build/v2/test/generator_selection.py
==============================================================================
--- trunk/tools/build/v2/test/generator_selection.py (original)
+++ trunk/tools/build/v2/test/generator_selection.py 2008-09-04 21:55:01 EDT (Thu, 04 Sep 2008)
@@ -50,6 +50,8 @@
 
     t.run_build_system()
     t.expect_output_line("Generating a CPP file...")
+ t.expect_addition("bin/$toolset/debug/dummy.obj")
+ t.expect_addition("Other/bin/$toolset/debug/other-obj.obj")
 
     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