<div>I think you're thinking of "LABELS"...</div>
<div> </div>
<div>See CVS CMake documentation for the LABELS property:</div>
<div>cmake --help-property LABELS<br></div>
<div>It would basically be like -E though. The default is to run everything. Label based running or name based running with -E or -R must be specified explicitly.</div>
<div> </div>
<div>Dan, it's probably best to implement in terms of a CMake option. That way, you could have it OFF by default and exclude the commonly excluded tests. People who want the complete test suite would then have to turn ON the options explicitly.</div>
<div> </div>
<div> </div>
<div>HTH,<br>David</div>
<div><br> </div>
<div class="gmail_quote">On Fri, Apr 17, 2009 at 1:18 PM, Alexander Neundorf <span dir="ltr"><<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Friday 17 April 2009, Daniel Blezek wrote:<br></div>
<div class="im">> Alex,<br>><br>> Sure, that will do the trick, but that requires developers to remember<br>> the -E. ;-><br>><br>> I suppose an example would help...<br>><br>> add_test ( ForNightly BUILDTYPES "Nightly"<br>
> ${CMAKE_BINARY_DIR}/bin/LongRunning --iterations 10000000 )<br>><br>> add_test ( ForExperimental BUILDTYPES "Experimental Continuous"<br>> ${CMAKE_BINARY_DIR}/bin/ShortRunning --iterations 10 )<br>
><br>> add_test ( ForContinuous BUILDTYPES "Continuous"<br>> ${CMAKE_BINARY_DIR}/bin/MediumRunning --iterations 1000 )<br>><br>> A naked "ctest" would run only Experimental tests. This could potentially<br>
> be made more flexible by adding "tags" to tests.<br><br></div>Maybe something like this was added lately to cmake cvs and tests, there were<br>some commits which dealt with tests and something like tags or flags or<br>
something...<br><br>Alex<br>
<div>
<div></div>
<div class="h5">_______________________________________________<br>Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>