Andriy Fedorov wrote:
On Thu, Feb 5, 2009 at 2:46 PM, Clinton Stimpson <[email protected]> wrote:
You can add this in your ctest script.
SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0)
SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0)


Well, I don't understand why it should be 0, but in any case this
doesn't seem to change anything.

CMakeLists.txt:
http://viewvc.slicer.org/viewcvs.cgi/trunk/Modules/ChangeTracker/Testing/CMakeLists.txt?rev=8577&view=markup

I put it in a ctest script, not a CMakeLists.txt file (which is read by cmake). Alternatively, you can put it in a CTestCustom.ctest file so ctest picks it up when it runs.
http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest

Clint

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

Reply via email to