diff options
author | Brad King <brad.king@kitware.com> | 2013-04-16 13:27:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-04-16 13:35:29 (GMT) |
commit | ec1ba9b0ae27a5731b98fecab648fa3edcfcffa2 (patch) | |
tree | 92bf0ea6452a8f76035dc75ecf3972e0934c8a01 /Tests/ComplexOneConfig/cmTestConfigure.h.in | |
parent | df71f968cd269854ab15147b012b6f07b1da6109 (diff) | |
download | CMake-ec1ba9b0ae27a5731b98fecab648fa3edcfcffa2.zip CMake-ec1ba9b0ae27a5731b98fecab648fa3edcfcffa2.tar.gz CMake-ec1ba9b0ae27a5731b98fecab648fa3edcfcffa2.tar.bz2 |
get_filename_component: Add explicit unit tests
Add test RunCMake.get_filename_component to cover cases of the command.
Remove redundant coverage of these cases from the "complex" tests.
Diffstat (limited to 'Tests/ComplexOneConfig/cmTestConfigure.h.in')
-rw-r--r-- | Tests/ComplexOneConfig/cmTestConfigure.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in index 7741b6f..d7424b1 100644 --- a/Tests/ComplexOneConfig/cmTestConfigure.h.in +++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in @@ -15,15 +15,6 @@ // Test WHILE #define WHILE_VALUE ${while_var} -// Test FIND_FILE, FIND_PATH and various GET_FILENAME_COMPONENT combinations - -#define FILENAME_VAR_PATH_NAME "${FILENAME_VAR_PATH_NAME}" -#define FILENAME_VAR_NAME "${FILENAME_VAR_NAME}" -#define FILENAME_VAR_EXT "${FILENAME_VAR_EXT}" -#define FILENAME_VAR_NAME_WE "${FILENAME_VAR_NAME_WE}" - -#define PATH_VAR_NAME "${PATH_VAR_NAME}" - // Test LOAD_CACHE #define CACHE_TEST_VAR1 "${CACHE_TEST_VAR1}" |