|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-14 04:16:08
Andreas,
can you switch C++ Boost regression tests that you're running 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 msvc : 7.1 : the-path-to-compiler/cl.exe
using python : <whatever.version> : <whatever.path> ;
Speaking about python, example line is:
using python : 2.3 : C:/python ;
The command line to run the regression tests should be something like:
regression.py --v2 --toolsets=msvc-7.1 --runner=huber-V2
Notes:
- The --v2 option makes regression.py use Boost.Build V2
- The "-V2" suffix in runner id makes it clear that V2 is used in the
test matrix
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), or via Skype
(vladimir_prus).
Thanks in advance,
Volodya