diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-07 13:57:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-07 13:57:05 (GMT) |
commit | 6af66e8b200dfabd44aae9a0247c146313822db7 (patch) | |
tree | a33d04534f805836f8a5d7406846f71fdf147d34 /Tests/CTestTest2/test.cmake.in | |
parent | 33f9780adec5a3b4f8c3a6bbf4e1d343e72f508b (diff) | |
download | CMake-6af66e8b200dfabd44aae9a0247c146313822db7.zip CMake-6af66e8b200dfabd44aae9a0247c146313822db7.tar.gz CMake-6af66e8b200dfabd44aae9a0247c146313822db7.tar.bz2 |
ENH: Add capability to include files to DartTestfile.txt and add example of that
Diffstat (limited to 'Tests/CTestTest2/test.cmake.in')
-rw-r--r-- | Tests/CTestTest2/test.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CTestTest2/test.cmake.in b/Tests/CTestTest2/test.cmake.in index 12ebefc..9003655 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) |