summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-22 15:57:11 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-22 15:57:11 (GMT)
commit21a56b7df75cd73db8df8406fa2d5deff6fbe513 (patch)
treef545eea604e9414e5e6dabf14f55867879452ef9 /Tests
parentc9aee13038c85671bfc4a93a22e4782e838ecb7c (diff)
downloadCMake-21a56b7df75cd73db8df8406fa2d5deff6fbe513.zip
CMake-21a56b7df75cd73db8df8406fa2d5deff6fbe513.tar.gz
CMake-21a56b7df75cd73db8df8406fa2d5deff6fbe513.tar.bz2
COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/Executable/complex.cxx10
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.cxx10
-rw-r--r--Tests/ComplexRelativePaths/Executable/complex.cxx10
3 files changed, 15 insertions, 15 deletions
diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx
index 89c7dbd..1603a8c 100644
--- a/Tests/Complex/Executable/complex.cxx
+++ b/Tests/Complex/Executable/complex.cxx
@@ -8,7 +8,7 @@
extern "C" {
#include "testConly.h"
}
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
#include "cmStandardIncludes.h"
#include "cmSystemTools.h"
#include "cmDynamicLoader.h"
@@ -64,7 +64,7 @@ void cmPassed(const char* Message, const char* m2="")
This is a problem. Looks like ADD_DEFINITIONS and REMOVE_DEFINITIONS does not work
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// Here is a stupid function that tries to use std::string methods
// so that the dec cxx compiler will instantiate the stuff that
// we are using from the CMakeLib library....
@@ -327,7 +327,7 @@ int main()
#endif
std::string exe = lib;
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// Test a single character executable to test a: in makefiles
exe += "A";
exe += cmSystemTools::GetExecutableExtension();
@@ -1059,7 +1059,7 @@ int main()
}
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// ----------------------------------------------------------------------
// Some pre-build/pre-link/post-build custom-commands have been
// attached to the lib (see Library/).
@@ -1257,7 +1257,7 @@ int main()
cmPassed("CMake SET CACHE FORCE");
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// first run with shouldFail = true, this will
// run with A B C as set by the CMakeList.txt file.
if(!TestLibraryOrder(true))
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index 89c7dbd..1603a8c 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -8,7 +8,7 @@
extern "C" {
#include "testConly.h"
}
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
#include "cmStandardIncludes.h"
#include "cmSystemTools.h"
#include "cmDynamicLoader.h"
@@ -64,7 +64,7 @@ void cmPassed(const char* Message, const char* m2="")
This is a problem. Looks like ADD_DEFINITIONS and REMOVE_DEFINITIONS does not work
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// Here is a stupid function that tries to use std::string methods
// so that the dec cxx compiler will instantiate the stuff that
// we are using from the CMakeLib library....
@@ -327,7 +327,7 @@ int main()
#endif
std::string exe = lib;
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// Test a single character executable to test a: in makefiles
exe += "A";
exe += cmSystemTools::GetExecutableExtension();
@@ -1059,7 +1059,7 @@ int main()
}
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// ----------------------------------------------------------------------
// Some pre-build/pre-link/post-build custom-commands have been
// attached to the lib (see Library/).
@@ -1257,7 +1257,7 @@ int main()
cmPassed("CMake SET CACHE FORCE");
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// first run with shouldFail = true, this will
// run with A B C as set by the CMakeList.txt file.
if(!TestLibraryOrder(true))
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx
index 89c7dbd..1603a8c 100644
--- a/Tests/ComplexRelativePaths/Executable/complex.cxx
+++ b/Tests/ComplexRelativePaths/Executable/complex.cxx
@@ -8,7 +8,7 @@
extern "C" {
#include "testConly.h"
}
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
#include "cmStandardIncludes.h"
#include "cmSystemTools.h"
#include "cmDynamicLoader.h"
@@ -64,7 +64,7 @@ void cmPassed(const char* Message, const char* m2="")
This is a problem. Looks like ADD_DEFINITIONS and REMOVE_DEFINITIONS does not work
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// Here is a stupid function that tries to use std::string methods
// so that the dec cxx compiler will instantiate the stuff that
// we are using from the CMakeLib library....
@@ -327,7 +327,7 @@ int main()
#endif
std::string exe = lib;
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// Test a single character executable to test a: in makefiles
exe += "A";
exe += cmSystemTools::GetExecutableExtension();
@@ -1059,7 +1059,7 @@ int main()
}
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// ----------------------------------------------------------------------
// Some pre-build/pre-link/post-build custom-commands have been
// attached to the lib (see Library/).
@@ -1257,7 +1257,7 @@ int main()
cmPassed("CMake SET CACHE FORCE");
#endif
-#ifdef CMAKE_TEST_CMAKELIB
+#ifdef COMPLEX_TEST_CMAKELIB
// first run with shouldFail = true, this will
// run with A B C as set by the CMakeList.txt file.
if(!TestLibraryOrder(true))