Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/regression/test/test.bat @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 385 bytes
Line 
1set TEST_LOCATE_ROOT=d:\temp
2
3echo Begin test processing...
4bjam --dump-tests "-sALL_LOCATE_TARGET=%TEST_LOCATE_ROOT%" %* >bjam.log 2>&1
5echo Begin log processing...
6process_jam_log %TEST_LOCATE_ROOT% <bjam.log
7start bjam.log
8echo Begin compiler status processing...
9compiler_status --locate-root %TEST_LOCATE_ROOT% %BOOST_ROOT% test_status.html test_links.html
10start test_status.html
Note: See TracBrowser for help on using the repository browser.