|
Boost Testing : |
Subject: Re: [Boost-testing] Getting Started with Testing
From: Richard Webb (richard.webb_at_[hidden])
Date: 2012-07-23 10:36:33
> So is there no way to run all three tests at once like
> --toolsets=msvc-8.0,msvc-9.0,msvc-10.0 ?Â
>
What do you have in your user-config.jam ?
Try setting it up like:
using msvc : 10.0 ;
using msvc : 9.0 ;
using msvc : 8.0 ;
(i've got 8.0 and 9.0 in mine, but it's been ages since i set it up and i don't
recall all the details).