From 2b5bb96e2367e28e980d4dcc3ddbcbebe34d08af Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 18 Jan 2002 19:22:50 -0500 Subject: ENH: Increase test + coverage. This is not a bug, this cache is used for test. --- Tests/Complex/CMakeCache.txt | 23 +++++++++++++++++++++++ Tests/ComplexOneConfig/CMakeCache.txt | 23 +++++++++++++++++++++++ Tests/ComplexRelativePaths/CMakeCache.txt | 23 +++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 Tests/Complex/CMakeCache.txt create mode 100644 Tests/ComplexOneConfig/CMakeCache.txt create mode 100644 Tests/ComplexRelativePaths/CMakeCache.txt diff --git a/Tests/Complex/CMakeCache.txt b/Tests/Complex/CMakeCache.txt new file mode 100644 index 0000000..14d9d61 --- /dev/null +++ b/Tests/Complex/CMakeCache.txt @@ -0,0 +1,23 @@ +# This is the CMakeCache file. +# For build in directory: d:/build/kitware/cmake/CMake-nmake/Tests/Complex +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a varible in the cache. +# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//A var. +CACHE_TEST_VAR1:STRING=foo + +//A var. +CACHE_TEST_VAR2:FILEPATH=bar + +//A var. +CACHE_TEST_VAR3:BOOL=1 diff --git a/Tests/ComplexOneConfig/CMakeCache.txt b/Tests/ComplexOneConfig/CMakeCache.txt new file mode 100644 index 0000000..14d9d61 --- /dev/null +++ b/Tests/ComplexOneConfig/CMakeCache.txt @@ -0,0 +1,23 @@ +# This is the CMakeCache file. +# For build in directory: d:/build/kitware/cmake/CMake-nmake/Tests/Complex +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a varible in the cache. +# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//A var. +CACHE_TEST_VAR1:STRING=foo + +//A var. +CACHE_TEST_VAR2:FILEPATH=bar + +//A var. +CACHE_TEST_VAR3:BOOL=1 diff --git a/Tests/ComplexRelativePaths/CMakeCache.txt b/Tests/ComplexRelativePaths/CMakeCache.txt new file mode 100644 index 0000000..14d9d61 --- /dev/null +++ b/Tests/ComplexRelativePaths/CMakeCache.txt @@ -0,0 +1,23 @@ +# This is the CMakeCache file. +# For build in directory: d:/build/kitware/cmake/CMake-nmake/Tests/Complex +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a varible in the cache. +# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//A var. +CACHE_TEST_VAR1:STRING=foo + +//A var. +CACHE_TEST_VAR2:FILEPATH=bar + +//A var. +CACHE_TEST_VAR3:BOOL=1 -- cgit v0.12