2
0
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:
Dave Abrahams
2003-02-25 13:52:19 +00:00
parent b1c158aadc
commit e7257dfcd3
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.