summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-08-07 16:07:23 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2003-08-07 16:07:23 -0400
commit7e54a53a3da92ea2d16e2396bf7cfc801c3d076d (patch)
tree86abc521a9a462805e7d4c8faa5d5b661dd9be31 /Tests
parent4bad15e4b23a5d6b6458b0bedd5c7a3d62c7f93e (diff)
downloadcmake-7e54a53a3da92ea2d16e2396bf7cfc801c3d076d.tar.gz
ENH: improve coverage
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/CMakeLists.txt9
-rw-r--r--Tests/Complex/Executable/CMakeLists.txt3
-rw-r--r--Tests/ComplexOneConfig/CMakeLists.txt9
-rw-r--r--Tests/ComplexOneConfig/Executable/CMakeLists.txt3
-rw-r--r--Tests/ComplexRelativePaths/CMakeLists.txt9
-rw-r--r--Tests/ComplexRelativePaths/Executable/CMakeLists.txt3
6 files changed, 36 insertions, 0 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt
index e6444abd27..aa376e5586 100644
--- a/Tests/Complex/CMakeLists.txt
+++ b/Tests/Complex/CMakeLists.txt
@@ -49,6 +49,15 @@ LOAD_CACHE(${Complex_SOURCE_DIR}/Cache
INCLUDE_INTERNALS
CACHE_TEST_VAR_INTERNAL)
+LOAD_CACHE(${Complex_BINARY_DIR} READ_WITH_PREFIX foo CACHE_TEST_VAR_INTERNAL)
+IF(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+ MESSAGE("Load cache worked")
+ELSE(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+ MESSAGE(FATAL_ERROR "Load cache with prefix failed")
+ENDIF(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+
+
+
#
# Specify include and lib dirs
# (BEFORE is for coverage)
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt
index fca3901d49..5e88795989 100644
--- a/Tests/Complex/Executable/CMakeLists.txt
+++ b/Tests/Complex/Executable/CMakeLists.txt
@@ -58,3 +58,6 @@ CONFIGURE_FILE(
${Complex_BINARY_DIR}/cmVersion.h)
SOURCE_GROUP(A_GROUP ".cxx")
+SOURCE_GROUP(B_GROUP REGULAR_EXPRESSION "cxx")
+SOURCE_GROUP(C_GROUP FILES complex.cxx)
+
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt
index e6444abd27..aa376e5586 100644
--- a/Tests/ComplexOneConfig/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/CMakeLists.txt
@@ -49,6 +49,15 @@ LOAD_CACHE(${Complex_SOURCE_DIR}/Cache
INCLUDE_INTERNALS
CACHE_TEST_VAR_INTERNAL)
+LOAD_CACHE(${Complex_BINARY_DIR} READ_WITH_PREFIX foo CACHE_TEST_VAR_INTERNAL)
+IF(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+ MESSAGE("Load cache worked")
+ELSE(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+ MESSAGE(FATAL_ERROR "Load cache with prefix failed")
+ENDIF(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+
+
+
#
# Specify include and lib dirs
# (BEFORE is for coverage)
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
index fca3901d49..5e88795989 100644
--- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
@@ -58,3 +58,6 @@ CONFIGURE_FILE(
${Complex_BINARY_DIR}/cmVersion.h)
SOURCE_GROUP(A_GROUP ".cxx")
+SOURCE_GROUP(B_GROUP REGULAR_EXPRESSION "cxx")
+SOURCE_GROUP(C_GROUP FILES complex.cxx)
+
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt
index e6444abd27..aa376e5586 100644
--- a/Tests/ComplexRelativePaths/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/CMakeLists.txt
@@ -49,6 +49,15 @@ LOAD_CACHE(${Complex_SOURCE_DIR}/Cache
INCLUDE_INTERNALS
CACHE_TEST_VAR_INTERNAL)
+LOAD_CACHE(${Complex_BINARY_DIR} READ_WITH_PREFIX foo CACHE_TEST_VAR_INTERNAL)
+IF(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+ MESSAGE("Load cache worked")
+ELSE(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+ MESSAGE(FATAL_ERROR "Load cache with prefix failed")
+ENDIF(${fooCACHE_TEST_VAR_INTERNAL} MATCHES bar)
+
+
+
#
# Specify include and lib dirs
# (BEFORE is for coverage)
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
index fca3901d49..5e88795989 100644
--- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
@@ -58,3 +58,6 @@ CONFIGURE_FILE(
${Complex_BINARY_DIR}/cmVersion.h)
SOURCE_GROUP(A_GROUP ".cxx")
+SOURCE_GROUP(B_GROUP REGULAR_EXPRESSION "cxx")
+SOURCE_GROUP(C_GROUP FILES complex.cxx)
+