mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 08:22:15 +00:00
- Allow to specify toolset name on the command line - Expand $toolset in paths - Pass toolset name to bjam invocations. [SVN r17555]
9 lines
151 B
Python
9 lines
151 B
Python
#!/usr/bin/python
|
|
|
|
from BoostBuild import Tester
|
|
|
|
t = Tester(pass_toolset=0)
|
|
t.run_build_system(extra_args="--debug --build-system=test")
|
|
|
|
t.cleanup()
|