test.bat 272 B

123456789
  1. @echo off
  2. echo Begin test processing...
  3. bjam --dump-tests %* >bjam.log 2>&1
  4. echo Begin log processing...
  5. process_jam_log <bjam.log
  6. start bjam.log
  7. echo Begin compiler status processing...
  8. compiler_status %BOOST_ROOT% test_status.html test_links.html
  9. start test_status.html
粤ICP备19079148号