forked from boostorg/endian
git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@51856 b8fc166d-592f-0410-95f2-cb63ce0dd405
12 lines
452 B
Batchfile
12 lines
452 B
Batchfile
set ENDIAN_LOCATE_ROOT=%TEMP%\endian-regr
|
|
md %ENDIAN_LOCATE_ROOT% 2>nul
|
|
|
|
echo Begin test processing...
|
|
bjam --dump-tests includes=/boost/trunk "-sALL_LOCATE_TARGET=%ENDIAN_LOCATE_ROOT%" %* >bjam.log 2>&1
|
|
echo Begin log processing...
|
|
process_jam_log %ENDIAN_LOCATE_ROOT% <bjam.log
|
|
start bjam.log
|
|
echo Begin compiler status processing...
|
|
compiler_status --locate-root %ENDIAN_LOCATE_ROOT% ..\..\.. test_status.html test_links.html
|
|
start test_status.html
|