[CMake] [Ctest] How to collect tests results in a CTestSteer script

2015-01-07 Thread Jean-Francois Rit
I would like to perform some action -- like copying files from the build dir -- conditionally on tests success, at the end of a CTestSteer script. The first task is to collect the tests results, after a ctest_test() has been run. How would I do this in script ? -- Jean-François Rit Ingénieur

[CMake] cdash : no proxy option ? (trouble uploading submits on local cdash server)

2013-03-01 Thread Jean-Francois Rit
/map/tests/Testing/20130301-1619/Test.xml Submission successful - Jean-Francois Rit j-f@edf.fr Tél: + 33 1 60 73 64 60 -- 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

[CMake] ctest on non build directory : how to deport file outputs ?

2012-09-10 Thread Jean-Francois Rit
I am trying to use ctest v2.8.2 for testing an installed piece of software. There are no longer source nor build directories, just a test directory containing input test data, reference data, test runners and CTestTestfile.cmake scripts to rule them all. It works well when I run ctest from the