Re: [CMake] ctest and cppunit

2006-01-26 Thread Brad King
Mike Talbot wrote: Hello, I am trying to use cmake and ctest to run unit tests using cppunit. The unit tests are built as shared libraries and then passed to the cppunit test harness (DllPlugInTesterd_dll.exe) to run them. My CMakeLists.txt looks like this: ADD_LIBRARY(MyUnitTest SHARED

[CMake] ctest and cppunit

2006-01-24 Thread Mike Talbot
Hello, I am trying to use cmake and ctest to run unit tests using cppunit. The unit tests are built as shared libraries and then passed to the cppunit test harness (DllPlugInTesterd_dll.exe) to run them. My CMakeLists.txt looks like this: ADD_LIBRARY(MyUnitTest SHARED MyUnitTest.cpp)