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