mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Improved the Boost Build generator_selection.py test case by adding additional assertions to it.
[SVN r48595]
This commit is contained in:
@@ -50,6 +50,8 @@ obj other-obj : source.extension ;
|
||||
|
||||
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user