test.bat 525 B

123456789101112131415
  1. rem Copyright Beman Dawes 2005
  2. rem Distributed under the Boost Software License, Version 1.0.
  3. rem See http://www.boost.org/LICENSE_1_0.txt
  4. set TEST_LOCATE_ROOT=%TEMP%
  5. echo Begin test processing...
  6. bjam --dump-tests "-sALL_LOCATE_TARGET=%TEST_LOCATE_ROOT%" %* >bjam.log 2>&1
  7. echo Begin log processing...
  8. process_jam_log %TEST_LOCATE_ROOT% <bjam.log
  9. start bjam.log
  10. echo Begin compiler status processing...
  11. compiler_status --locate-root %TEST_LOCATE_ROOT% %BOOST_ROOT% test_status.html test_links.html
  12. start test_status.html
粤ICP备19079148号