summaryrefslogtreecommitdiff
path: root/Tests/CTestTest2
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-07 09:57:05 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-07 09:57:05 -0400
commit6af66e8b200dfabd44aae9a0247c146313822db7 (patch)
treea33d04534f805836f8a5d7406846f71fdf147d34 /Tests/CTestTest2
parent33f9780adec5a3b4f8c3a6bbf4e1d343e72f508b (diff)
downloadcmake-6af66e8b200dfabd44aae9a0247c146313822db7.tar.gz
ENH: Add capability to include files to DartTestfile.txt and add example of that
Diffstat (limited to 'Tests/CTestTest2')
-rw-r--r--Tests/CTestTest2/test.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CTestTest2/test.cmake.in b/Tests/CTestTest2/test.cmake.in
index 12ebefc8b1..9003655ee6 100644
--- a/Tests/CTestTest2/test.cmake.in
+++ b/Tests/CTestTest2/test.cmake.in
@@ -24,6 +24,9 @@ CMAKE_CXX_FLAGS:STRING=@CMAKE_CXX_FLAGS@
CMAKE_C_FLAGS:STRING=@CMAKE_C_FLAGS@
CMAKE_C_COMPILER:STRING=@CMAKE_C_COMPILER@
CMAKE_CXX_COMPILER:STRING=@CMAKE_CXX_COMPILER@
+
+# This one is needed for testing advanced ctest features
+CTEST_TEST_KWSYS:BOOL=ON
")
CTEST_START(Experimental)