2
0
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:
Jurko Gospodnetić
2008-09-05 01:55:01 +00:00
parent 8782551caa
commit 599236bbc6

View File

@@ -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()