Hello, 



I'm trying to use ctest with multiple CTestConfig.cmake files. 

When I have a single CTestConfig.cmake in my code root directory, and run : 

ctest -D Experimental 

Ctest runs and submit results correctly. 



Now when I move this file, let's say into C:\dir\myCTestConfig.cmake , and run 
: 

ctest -D Experimental --ctest-config C:\dir\myCTestConfig.cmake 

Ctest runs but does not submit resuls. It seems to ignore the file given as 
argument wi th option --ctest-config. 



I'm using windows, and made different test, with "", \\, /. 



Any suggestion ? 



Olivier 

ctest -D Experimental --ctest-config C:\dir\myCTestConfig.cmake 

Ctest runs but does not submit resuls. It seems to ignore the file given as 
argument wi th option --ctest-config. 



I'm using windows, and made different test, with "", \\, /. 



Any suggestion ? 



Olivier
_______________________________________________
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