Re: [CMake] Categorizing test results displayed via CDash

2010-09-04 Thread Neelima Mehdiratta
anks. Neelima From: c...@lambda.nu [mailto:c...@lambda.nu] On Behalf Of Chris Hillery Sent: Tuesday, August 31, 2010 10:07 PM To: Neelima Mehdiratta Cc: cmake@cmake.org Subject: Re: [CMake] Categorizing test results displayed via CDash Check out this article: http://www.kitware.com/blog/hom

Re: [CMake] Categorizing test results displayed via CDash

2010-09-01 Thread Neelima Mehdiratta
2010 10:07 PM To: Neelima Mehdiratta Cc: cmake@cmake.org Subject: Re: [CMake] Categorizing test results displayed via CDash Check out this article: http://www.kitware.com/blog/home/post/11 and read the article in the Kitware Quarterly that is linked to from there on "CDash subprojects&quo

[CMake] Categorizing test results displayed via CDash

2010-08-31 Thread Neelima Mehdiratta
I am writing unit tests for our software using the Google test framework. There is only one CMakeLists.txt file at the top-level of the unit test hierarchy, which creates one executable that runs all the tests. I'm using CTest to run the tests and display the results via CDash. The unit tests te

Re: [CMake] CMake and CTest for Google tests

2010-08-26 Thread Neelima Mehdiratta
up Thanks again! Neelima From: Fraser Hutchison [mailto:fraser.hutchi...@googlemail.com] Sent: Thursday, August 26, 2010 2:28 AM To: Neelima Mehdiratta Cc: cmake@cmake.org Subject: Re: [CMake] CMake and CTest for Google tests Hi Neelima, If you're

Re: [CMake] CMake and CTest for Google tests (Chris Hillery)

2010-08-26 Thread Neelima Mehdiratta
o: Neelima Mehdiratta Cc: cmake@cmake.org On Wed, Aug 25, 2010 at 3:17 PM, Neelima Mehdiratta wrote: > ADD_CUSTOM_COMMAND(TARGET ${BIN_NAME} > > POST_BUILD > > WORKING_DIRECTORY ${SRC_DIR} > > COMMAND bash ./addtestscrpt > > COMMAND ${CMAKE_COMMAND} ${S

[CMake] CMake and CTest for Google tests

2010-08-25 Thread Neelima Mehdiratta
I am using Google Tests to create unit tests for our software. We are using CMake (version 4.6-patch 2) for building the unit tests executable. Since the list of unit tests is expected to grow to thousands of tests, I am looking for a way to automate creating a file (say testlist) on the fly tha