Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/regression/test/test.bat @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

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.