Boost logo

Boost Testing :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-14 04:57:39


Doug,
can you switch the OSL test runner to Boost.Build V2?

The general instructions can be found at:

   https://zigzag.cs.msu.su/boost.build

In your specific case, the content of user-config.jam should be:

    using gcc : 3.3_darwin : the-path-to-compiler/g++ ;

    using python : <whatever.version> : <whatever.path> ;

Speaking about python, example line is:

    using python : 2.3 : /usr ;

The command line to run the regression tests should be something like:

    regression.py --v2 --toolsets=gcc-3.3_darwin --runner=OSL-V2

If this setup inteferes with setup for OSL2, do the following:

   - Create a directory "OSL" anywhere.
   - Create a file "test-config.jam" in that directory, and put the
     above configurations to this file.
   - Make sure that the directory is present in BOOST_BUILD_PATH when OSL
     tests are run.

If you have any issues or concerns or questions, please ask me right away,
either here, or via personal email, or via Jabber
(vladimir_prus_at_[hidden]), or via ICQ (100422315).

Thanks in advance,
Volodya


Boost-testing list run by mbergal at meta-comm.com