mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
roll back mistaken change
[SVN r17638]
This commit is contained in:
@@ -10,8 +10,8 @@ t.write("Jamfile", "exe a : a.cpp : : debug release ;")
|
||||
t.write("a.cpp", "int main() { return 0; }\n")
|
||||
|
||||
t.run_build_system()
|
||||
t.expect_addition("bin/gcc/debug/a.exe")
|
||||
t.expect_addition("bin/gcc/release/a.exe")
|
||||
t.expect_addition("bin/$toolset/debug/a.exe")
|
||||
t.expect_addition("bin/$toolset/release/a.exe")
|
||||
|
||||
# Now try a harder example: default build which contains <define>
|
||||
# should cause <define> to be present when "b" is compiled.
|
||||
|
||||
@@ -10,8 +10,8 @@ t.write("Jamfile", "exe a : a.cpp : : debug release ;")
|
||||
t.write("a.cpp", "int main() { return 0; }\n")
|
||||
|
||||
t.run_build_system()
|
||||
t.expect_addition("bin/gcc/debug/a.exe")
|
||||
t.expect_addition("bin/gcc/release/a.exe")
|
||||
t.expect_addition("bin/$toolset/debug/a.exe")
|
||||
t.expect_addition("bin/$toolset/release/a.exe")
|
||||
|
||||
# Now try a harder example: default build which contains <define>
|
||||
# should cause <define> to be present when "b" is compiled.
|
||||
|
||||
Reference in New Issue
Block a user