Re: [CMake] different test cases

2010-07-16 Thread Daniel Blezek
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

Re: [CMake] different test cases

2010-07-15 Thread Bill Hoffman
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

Re: [CMake] different test cases

2010-07-15 Thread Tyler Roscoe
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

[CMake] different test cases

2010-07-15 Thread Jörg F. Unger
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 -- **