2011/6/3 NoRulez <[email protected]>:
> Is it possible to use a command such as ctest_*? because in my main 
> CTestScript.cmake file it isn't possible to call add_test.

May be you can use

ctest_build(TARGET package)

this suppose the package target has been configure properly on the
particuler build server.

Note that you can explicitely add a "package_XXX" test to your project as well
using the ADD_TEST syntax given by Clint.
That way you normal ctest script will include the "packaging" test.



-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
_______________________________________________
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