Merge branch 'test-NoNewline-with-built-cmake'

This commit is contained in:
Brad King 2010-06-15 14:02:34 -04:00
commit 5f838dbc92
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
# Make sure CTest can handle a test with no newline in output.
ADD_TEST(CTest.NoNewline
${CMAKE_COMMAND} -E echo_append "This line has no newline!")
${CMAKE_CMAKE_COMMAND} -E echo_append "This line has no newline!")
# A simple test for ctest in script mode
CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestScriptMode/CTestTestScriptMode.cmake.in"