1 set ENDIAN_LOCATE_ROOT=%TEMP%\endian-regr
2 md %ENDIAN_LOCATE_ROOT% 2>nul
4 echo Begin test processing...
5 bjam --dump-tests includes=/boost/trunk "-sALL_LOCATE_TARGET=%ENDIAN_LOCATE_ROOT%" %* >bjam.log 2>&1
6 echo Begin log processing...
7 process_jam_log %ENDIAN_LOCATE_ROOT% <bjam.log
9 echo Begin compiler status processing...
10 compiler_status --locate-root %ENDIAN_LOCATE_ROOT% ..\..\.. test_status.html test_links.html
11 start test_status.html