Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git] / external_libraries / boost_endian / libs / integer / test / test.bat
blobe998ac4a2a27eb0eac43dfdeeae5aeb349f43f47
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
8 start 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