I couldn't resist the subject - my question is whether given some number of
executables that are produced during a build, and some tests that later run
using those, is there a straightforward way to have cmake (globally) always
run "make all" before make test? Right now, with my current setup, if
someone does "make test" without doing "make all", the executables aren't
found and they complain that things are "broken" (ie. not like they are used
to). I'd rather prefer to not add custom targets or add_dependencies for all
the individual tests if at all possible.

thanks
b.
_______________________________________________
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

Reply via email to