mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Followup to the last commit: don't import 'exe_suffix'.
[SVN r17506]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Test the 'symlink' rule
|
||||
|
||||
from BoostBuild import Tester, exe_suffix, List
|
||||
from BoostBuild import Tester, List
|
||||
import os
|
||||
t = Tester()
|
||||
|
||||
@@ -25,7 +25,7 @@ int main()
|
||||
""")
|
||||
|
||||
t.run_build_system()
|
||||
t.expect_addition(List('hello_debug hello_release links/hello_release') * exe_suffix)
|
||||
t.expect_addition(List('hello_debug hello_release.exe links/hello_release'))
|
||||
|
||||
|
||||
t.cleanup()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# Test the 'symlink' rule
|
||||
|
||||
from BoostBuild import Tester, exe_suffix, List
|
||||
from BoostBuild import Tester, List
|
||||
import os
|
||||
t = Tester()
|
||||
|
||||
@@ -25,7 +25,7 @@ int main()
|
||||
""")
|
||||
|
||||
t.run_build_system()
|
||||
t.expect_addition(List('hello_debug hello_release links/hello_release') * exe_suffix)
|
||||
t.expect_addition(List('hello_debug hello_release.exe links/hello_release'))
|
||||
|
||||
|
||||
t.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user