QTestLib has some overlapping functionality with CTest.
What I've done is use CTest where they overlap.

So in this example here
http://doc.trolltech.com/4.2/qtestlib-tutorial1.html
instead of using the QTEST_MAIN macro
I use CMake's create_test_sourcelist macro. There is a little bit more code you have to write this way, but that can be wrapped up into a CMake Macro with a configured file to make it as simple as QTEST_MAIN.

Clint

Mike Arthur wrote:
I've been look for information about if CTest and QTestLib place nicely together (i.e. CTest can tell that QTestLib has done multiple tests and display that information) and only found some emails from a few years ago.

Can anyone fill me in on this? Done some rather intense googling without much coming of it....


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to