mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Made project_test3 work on windows.
[SVN r14275]
This commit is contained in:
@@ -11,20 +11,13 @@ t.set_tree("project-test3")
|
||||
t.run_build_system()
|
||||
|
||||
t.expect_addition("bin/a.obj")
|
||||
|
||||
expected = """debug
|
||||
t.expect_content("bin/a.obj",
|
||||
"""debug
|
||||
a.cpp
|
||||
"""
|
||||
|
||||
if t.read("bin/a.obj") != expected:
|
||||
print '***expected:'
|
||||
print expected
|
||||
print '***got this instead:'
|
||||
print t.read("bin/a.obj")
|
||||
t.fail_test(1)
|
||||
|
||||
t.expect_addition("bin/a.exe")
|
||||
t.fail_test(t.read("bin/a.exe") !=
|
||||
t.expect_content("bin/a.exe",
|
||||
"""debug
|
||||
bin/a.obj
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user