source:
downloads/boost_1_33_1/tools/build/v2/test/unit_tests.py
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
|
|
File size: 151 bytes |
Line | |
---|---|
1 | #!/usr/bin/python |
2 | |
3 | from BoostBuild import Tester |
4 | |
5 | t = Tester(pass_toolset=0) |
6 | t.run_build_system(extra_args="--debug --build-system=test") |
7 | |
8 | t.cleanup() |
Note: See TracBrowser
for help on using the repository browser.