|
Boost Interest : |
Subject: Re: [Boost-cmake] Labels for known failures
From: Brad King (brad.king_at_[hidden])
Date: 2009-05-18 10:41:33
troy d. straszheim wrote:
> Doug Gregor wrote:
>>
>> Note that, for these labels to work, the tester needs to be running
>> CMake 2.7.x (which is currently in CMake CVS but isn't yet an official
>> release). This is pretty important, because labels are also going to
>> be used to give the library-centric view of the dashboard.
>>
>
> Nifty... do you know if there is a way to assign a label to an entire
> build? I'm considering the case where I set BOOST_TEST_LIBRARIES=spirit
> because I'm a spirit developer and want to run my own test slave.
In the ctest dashboard script that drives the build, do this:
set_property(GLOBAL PROPERTY Label "my-global-label")
-Brad