summaryrefslogtreecommitdiff
path: root/Tests/Complex/cmTestConfigure.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-04-16 09:27:51 -0400
committerBrad King <brad.king@kitware.com>2013-04-16 09:35:29 -0400
commitec1ba9b0ae27a5731b98fecab648fa3edcfcffa2 (patch)
tree92bf0ea6452a8f76035dc75ecf3972e0934c8a01 /Tests/Complex/cmTestConfigure.h.in
parentdf71f968cd269854ab15147b012b6f07b1da6109 (diff)
downloadcmake-ec1ba9b0ae27a5731b98fecab648fa3edcfcffa2.tar.gz
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/Complex/cmTestConfigure.h.in')
-rw-r--r--Tests/Complex/cmTestConfigure.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Tests/Complex/cmTestConfigure.h.in b/Tests/Complex/cmTestConfigure.h.in
index 7741b6fd58..d7424b1845 100644
--- a/Tests/Complex/cmTestConfigure.h.in
+++ b/Tests/Complex/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}"