diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-23 17:27:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-23 17:27:21 (GMT) |
commit | 23772b369d4456cd58417d7ecd3278c5afcd0b58 (patch) | |
tree | df51491779bf7ae549610c635dc49fc12245eebc /Tests/ComplexOneConfig | |
parent | 2d9e5edb27e840e7c5a38a98e97bdf2e507ddabb (diff) | |
download | CMake-23772b369d4456cd58417d7ecd3278c5afcd0b58.zip CMake-23772b369d4456cd58417d7ecd3278c5afcd0b58.tar.gz CMake-23772b369d4456cd58417d7ecd3278c5afcd0b58.tar.bz2 |
ENH: increse coverage
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r-- | Tests/ComplexOneConfig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt index 568c8d4..7bed23e 100644 --- a/Tests/ComplexOneConfig/CMakeLists.txt +++ b/Tests/ComplexOneConfig/CMakeLists.txt @@ -24,7 +24,7 @@ SEPARATE_ARGUMENTS(TEST_SEP) IF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake) INCLUDE(${Complex_SOURCE_DIR}/VarTests.cmake) ENDIF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake) - +INCLUDE(fileshouldnotbehere OPTIONAL) LOAD_CACHE(${Complex_SOURCE_DIR}/Cache EXCLUDE CACHE_TEST_VAR_EXCLUDED |