test.bat 385 B

12345678910
  1. set TEST_LOCATE_ROOT=d:\temp
  2. echo Begin test processing...
  3. bjam --dump-tests "-sALL_LOCATE_TARGET=%TEST_LOCATE_ROOT%" %* >bjam.log 2>&1
  4. echo Begin log processing...
  5. process_jam_log %TEST_LOCATE_ROOT% <bjam.log
  6. start bjam.log
  7. echo Begin compiler status processing...
  8. compiler_status --locate-root %TEST_LOCATE_ROOT% %BOOST_ROOT% test_status.html test_links.html
  9. start test_status.html
粤ICP备19079148号