Hi,

I would like to be able in a similar manner as I can run cmake like

cmake -H<src-directory> -B<bld-directory> cmake --build <bld_directory>

to run ctest like

ctest --build <bld_directory>

Obviously running ctest from the will work, but it would be nice if I can
just tell ctest where to look for its configuration file and where the test
executables are located.

>From the documentation it is not very clear (or I might not have looked in
the right place) if this is possible at all or not.

It would great if somebody could shed some light on if this is possible or
not ?

Many thanks,

Jiri
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to