On Tue, Apr 27, 2010 at 15:47, Magnus Therning <[email protected]> wrote:
> Except of course that it will take away one of the things I *really*
> want, which is that all unit tests are run every time I compile.
>
> It seems at the moment I'll have to write a stand-alone script to get
> that behaviour :-(
I use this:
add_custom_target(tests ALL COMMAND ${CMAKE_CTEST_COMMAND} $(ARGS))
With that all tests are run as part of the build and if one would fail
I can run "make tests ARGS=-V" to get all output.
// Erik
--
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake