Re: [CMake] make test missing

2010-11-09 Thread Marcel Loose
On Mon, 2010-11-08 at 18:28 -0800, Alan W. Irwin wrote: On 2010-11-09 02:52+0100 Michael Hertling wrote: On 11/08/2010 10:03 PM, Jochen Issing wrote: Hi list, I tried to add ctest to my project and did this by adding ENABLE_TESTING() and several ADD_TEST(...) to my CMakeLists.txt file.

Re: [CMake] make test missing

2010-11-09 Thread Jochen Issing
Hi All, sorry for taking so much time for this wimpy problem. I think I found the issue and it's simple as always. See some small comments inline On 09.11.2010, at 03:28, Alan W. Irwin wrote: On 2010-11-09 02:52+0100 Michael Hertling wrote: On 11/08/2010 10:03 PM, Jochen Issing wrote: Hi

[CMake] make test missing

2010-11-08 Thread Jochen Issing
Hi list, I tried to add ctest to my project and did this by adding ENABLE_TESTING() and several ADD_TEST(...) to my CMakeLists.txt file. The tests are run on executables, which are built inside a dedicated test directory in my project root and the execs show up in my Makefile. After reading

Re: [CMake] make test missing

2010-11-08 Thread Michael Hertling
On 11/08/2010 10:03 PM, Jochen Issing wrote: Hi list, I tried to add ctest to my project and did this by adding ENABLE_TESTING() and several ADD_TEST(...) to my CMakeLists.txt file. The tests are run on executables, which are built inside a dedicated test directory in my project root and

Re: [CMake] make test missing

2010-11-08 Thread Alan W. Irwin
On 2010-11-09 02:52+0100 Michael Hertling wrote: On 11/08/2010 10:03 PM, Jochen Issing wrote: Hi list, I tried to add ctest to my project and did this by adding ENABLE_TESTING() and several ADD_TEST(...) to my CMakeLists.txt file. The tests are run on executables, which are built inside a