mirror of
https://github.com/boostorg/build.git
synced 2026-01-26 06:22:26 +00:00
* property.jam (translate-paths): New rule.
* targets.jam (main-target-alternative): Translate path
properties.
* project.jam (project-attributes.set): Likewise.
* builtin.jam (variant): Fixes.
[SVN r15707]
8 lines
136 B
Python
8 lines
136 B
Python
#!/usr/bin/python
|
|
|
|
from BoostBuild import Tester
|
|
|
|
t = Tester()
|
|
t.run_build_system(extra_args="--debug --build-system=test")
|
|
|
|
t.cleanup() |