Mike Arthur wrote:
On Monday 09 February 2009 20:15:33 Tyler Roscoe wrote:
Does anyone do anything like this? Are there tools around to help? Is
this a worthwhile thing to think about?
I think this shouldn't be separate from the rest of your other TDD stuff that the non-buildsystem developers are doing.

You should look at CDash www.cdash.org, and CTest which is bundled with CMake. Combined they make a very good continuous integration system. If you created some custom targets that ran ctest with each build you could easily have a TDD system built on CMake. See add_test command.

Here are some links:

http://www.cmake.org/Wiki/CMake_Testing_With_CTest
http://www.kitware.com/solutions/softwareprocess.html
http://www.cmake.org/cmake/img/software-process.png


-Bill

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to