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