Re: [CMake] CMake and Ctest and CppUnit

2007-03-26 Thread BigWave
> That starts to be off-topic on this CMake list, so either we move it to the > CppUnit list, or you can contact me directly. For those interested in the topic or with similar problem - I moved the discussion to http://sourceforge.net/forum/forum.php?thread_id=1702314&forum_id=37108 Thanks,

Re: [CMake] CMake and Ctest and CppUnit

2007-03-26 Thread Pascal Fleury
On Monday 26 March 2007 01:49:10 [EMAIL PROTECTED] wrote: > Hi Pascal, > > wow, thank you for your response - that helped a lot! Happy to hear it :-) > After some struggles, I got it to register one test, and to execute it. > Great. But, if I add two tests, both get registered, but only one gets

Re: [CMake] CMake and Ctest and CppUnit

2007-03-25 Thread BigWave
Hi Pascal, wow, thank you for your response - that helped a lot! After some struggles, I got it to register one test, and to execute it. Great. But, if I add two tests, both get registered, but only one gets executed ... therefore twice though. I hope someone can tell me what I am doing wrong

Re: [CMake] CMake and Ctest and CppUnit

2007-03-23 Thread Pascal Fleury
On Saturday 24 March 2007 02:05:42 [EMAIL PROTECTED] wrote: > Hi Cmakers, > > I successfully set up a project with CMake and Dart server, and can run > really simple self-written tests with CTest. And, yay, they show up on the > dashboard. So far, so good. However, I would like to get my tests a

[CMake] CMake and Ctest and CppUnit

2007-03-23 Thread BigWave
Hi Cmakers, I successfully set up a project with CMake and Dart server, and can run really simple self-written tests with CTest. And, yay, they show up on the dashboard. So far, so good. However, I would like to get my tests a little bit more structured and use CppUnit (Since I am a JUnit fa