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

Works on Cygwin now

[SVN r18346]
This commit is contained in:
Dave Abrahams
2003-05-07 16:08:04 +00:00
parent db86b4e2d1
commit 23b9de2434
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ int main()
""")
t.run_build_system()
t.expect_addition(List('hello_debug hello_release.exe links/hello_release'))
t.expect_addition(List('hello_debug.exe hello_release.exe links/hello_release.exe'))
t.cleanup()

View File

@@ -25,7 +25,7 @@ int main()
""")
t.run_build_system()
t.expect_addition(List('hello_debug hello_release.exe links/hello_release'))
t.expect_addition(List('hello_debug.exe hello_release.exe links/hello_release.exe'))
t.cleanup()