Re: [CMake] Potential bug to set a working directory for test

2013-04-15 Thread Klaim - Joël Lamotte
On Thu, Apr 4, 2013 at 4:56 PM, Klaim - Joël Lamotte mjkl...@gmail.comwrote: I didn't file the ticket(s?) yet, I'm a bit pressed by time, but I'll do it before tomorrow. Sorry for the delay, I did it today: http://www.cmake.org/Bug/view.php?id=14089 Joel Lamotte -- Powered by

Re: [CMake] Potential bug to set a working directory for test

2013-04-04 Thread Martin Weber
Am 27.03.2013 17:57, schrieb Klaim - Joël Lamotte: Hi, I'm using CMake 2.10.2 the VS2012(VC11) generator. I summed-up my problem in the last paragraph. I'm trying to do this: add_test( NAME ${TEST_PROJECT_NAME} WORKING_DIRECTORY ${TEST_WORKING_DIR} COMMAND ${TEST_PROJECT_NAME} )

Re: [CMake] Potential bug to set a working directory for test

2013-04-04 Thread Klaim - Joël Lamotte
On Thu, Apr 4, 2013 at 2:53 PM, Martin Weber m.we...@razorcat.com wrote: If your binary dir resides on a different drive than E:, the generated command will not work. Remember, cd on windows does not change the drive. The generated command should be cd /D E:/projects... No all the file

Re: [CMake] Potential bug to set a working directory for test

2013-04-01 Thread Klaim - Joël Lamotte
No feedback yet, so I suppose I should post a issue ticket. Joel Lamotte -- 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