2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Actually unbreak the 'make' test

[SVN r48388]
This commit is contained in:
Vladimir Prus
2008-08-25 19:05:39 +00:00
parent 466fee25cc
commit bc2225da16
3 changed files with 8 additions and 17 deletions

View File

@@ -15,6 +15,6 @@ t.set_tree("../example/make")
t.run_build_system()
t.expect_addition(["bin/$toolset/debug/main.exe"])
t.expect_addition(["bin/$toolset/debug/main.cpp"])
t.cleanup()