summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-29 12:01:24 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-29 12:01:24 -0500
commit386900bfdd5836ccabeb0c050a6292c50aec79d6 (patch)
tree8316484c17eb5201a18f11ee8ff6245ae29ce365 /Tests
parentb75166ea45173f8bc2cb9076f511a51b8112f61b (diff)
downloadcmake-386900bfdd5836ccabeb0c050a6292c50aec79d6.tar.gz
ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CTestTest3/test.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CTestTest3/test.cmake.in b/Tests/CTestTest3/test.cmake.in
index 35105003f3..0be92483ff 100644
--- a/Tests/CTestTest3/test.cmake.in
+++ b/Tests/CTestTest3/test.cmake.in
@@ -43,6 +43,8 @@ CMAKE_CXX_COMPILER_ARG1:STRING=@CMAKE_CXX_COMPILER_ARG1@
CTEST_TEST_KWSYS:BOOL=ON
")
+SET(CTEST_CUSTOM_WARNING_MATCH CommandLineArguments)
+
CTEST_START(Nightly)
CTEST_UPDATE(SOURCE "${CTEST_SOURCE_DIRECTORY}" RETURN_VALUE res)
CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)