> 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,
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
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