We took a slightly different approach, which may be the same in spirit.
In CMake, we have a flag "RUN_LONG_TESTS". This flag is used to add or
remove tests that the developer deemed "long". The long tests are only run
on dashboard machines in our nightly builds. The remaining short tests are
ru
On 7/15/2010 6:05 PM, Tyler Roscoe wrote:
On Thu, Jul 15, 2010 at 03:39:20PM -0500, "Jörg F. Unger" wrote:
I'm using cmake to add a test environment to our project (with ctest).
Is there a possibility to generate to groups of test with different tags
in the makefile, so that after the generati
On Thu, Jul 15, 2010 at 03:39:20PM -0500, "Jörg F. Unger" wrote:
> I'm using cmake to add a test environment to our project (with ctest).
> Is there a possibility to generate to groups of test with different tags
> in the makefile, so that after the generation of the makefiles the user
> mig
I'm using cmake to add a test environment to our project (with ctest).
Is there a possibility to generate to groups of test with different tags
in the makefile, so that after the generation of the makefiles the user
might say
make test or make extensiveTest?
Thanks
JFU
--
**