|
Boost Testing : |
From: Beman Dawes (bdawes_at_[hidden])
Date: 2007-12-15 16:58:25
For the Windows release tests I run, the toolsets are specified:
--toolsets=msvc,intel
Eventually the results find their way to:
http://beta.boost.org/development/tests/release/developer/summary.html
There, the msvc toolset name has been translated to "msvc-8.0" but the
intel name is "intel-win".
How can I get the reporting to show the version in the intel name?
Why doesn't this happen automatically as it does for msvc?
--Beman