Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added boost

  • Property svn:executable set to *
File size: 151 bytes
Line 
1#!/usr/bin/python
2
3from BoostBuild import Tester
4
5t = Tester(pass_toolset=0)
6t.run_build_system(extra_args="--debug --build-system=test")
7
8t.cleanup()
Note: See TracBrowser for help on using the repository browser.