Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-07 12:49:41


One thing I think I should add to the ongoing discussions of regression
testing -- if you don't care about .html compiler status pages, you can run
all the boost regression tests by executing

    bjam -sTOOLS="..." test

in boost's status subdirectory. The primary advantage of this method is
that it will only build out-of-date tests (you can run all the tests
unconditionally by adding the "-a" command-line option before test). You
can also run specific tests and test suites by naming them on the
command-line. See status/Jamfile for the list of test targets. See
tools/build/testing.jam for a description of what the testing rules do.

-Dave

+---------------------------------------------------------------+
                  David Abrahams
      C++ Booster (http://www.boost.org) O__ ==
      Pythonista (http://www.python.org) c/ /'_ ==
  resume: http://users.rcn.com/abrahams/resume.html (*) \(*) ==
          email: david.abrahams_at_[hidden]
+---------------------------------------------------------------+


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk