summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-22 20:57:40 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-22 20:57:40 (GMT)
commitac1f2bcf6b827137689eeec19b5a67e2d626bd5b (patch)
tree12824362098bf49f41b3e573f0a1c4dc9fda8491 /Tests
parent416afb7d5ab573c53af9910fbbba53cd75aa4167 (diff)
downloadCMake-ac1f2bcf6b827137689eeec19b5a67e2d626bd5b.zip
CMake-ac1f2bcf6b827137689eeec19b5a67e2d626bd5b.tar.gz
CMake-ac1f2bcf6b827137689eeec19b5a67e2d626bd5b.tar.bz2
Just rename dir
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/Executable/CMakeLists.txt2
-rw-r--r--Tests/Complex/Executable/Temp/CMakeLists.txt (renamed from Tests/Complex/Executable/required/CMakeLists.txt)2
-rw-r--r--Tests/Complex/Executable/complex.cxx2
-rw-r--r--Tests/ComplexOneConfig/Executable/CMakeLists.txt2
-rw-r--r--Tests/ComplexOneConfig/Executable/Temp/CMakeLists.txt (renamed from Tests/ComplexOneConfig/Executable/required/CMakeLists.txt)2
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.cxx2
-rw-r--r--Tests/ComplexRelativePaths/Executable/CMakeLists.txt2
-rw-r--r--Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt (renamed from Tests/ComplexRelativePaths/Executable/required/CMakeLists.txt)2
-rw-r--r--Tests/ComplexRelativePaths/Executable/complex.cxx2
-rw-r--r--Tests/Testing/CMakeLists.txt2
-rw-r--r--Tests/Testing/Sub/CMakeLists.txt (renamed from Tests/Testing/sub1/CMakeLists.txt)0
11 files changed, 10 insertions, 10 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt
index 5cf4054..366fe38 100644
--- a/Tests/Complex/Executable/CMakeLists.txt
+++ b/Tests/Complex/Executable/CMakeLists.txt
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice).
#
-SUBDIRS(required)
+SUBDIRS(Temp)
#
# Extra coverage.Not used.
diff --git a/Tests/Complex/Executable/required/CMakeLists.txt b/Tests/Complex/Executable/Temp/CMakeLists.txt
index 4739983..f009550 100644
--- a/Tests/Complex/Executable/required/CMakeLists.txt
+++ b/Tests/Complex/Executable/Temp/CMakeLists.txt
@@ -5,4 +5,4 @@
#
OUTPUT_REQUIRED_FILES(
${Complex_SOURCE_DIR}/Executable/complex.cxx
- ${Complex_BINARY_DIR}/Executable/required/complex-required.txt)
+ ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)
diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx
index 9e24c33..ad41b75 100644
--- a/Tests/Complex/Executable/complex.cxx
+++ b/Tests/Complex/Executable/complex.cxx
@@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is
// only created during a build.
- TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt");
+ TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
// ----------------------------------------------------------------------
// Summary
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
index 5cf4054..366fe38 100644
--- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice).
#
-SUBDIRS(required)
+SUBDIRS(Temp)
#
# Extra coverage.Not used.
diff --git a/Tests/ComplexOneConfig/Executable/required/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/Temp/CMakeLists.txt
index 4739983..f009550 100644
--- a/Tests/ComplexOneConfig/Executable/required/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/Temp/CMakeLists.txt
@@ -5,4 +5,4 @@
#
OUTPUT_REQUIRED_FILES(
${Complex_SOURCE_DIR}/Executable/complex.cxx
- ${Complex_BINARY_DIR}/Executable/required/complex-required.txt)
+ ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index 9e24c33..ad41b75 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is
// only created during a build.
- TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt");
+ TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
// ----------------------------------------------------------------------
// Summary
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
index 5cf4054..366fe38 100644
--- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice).
#
-SUBDIRS(required)
+SUBDIRS(Temp)
#
# Extra coverage.Not used.
diff --git a/Tests/ComplexRelativePaths/Executable/required/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
index 4739983..f009550 100644
--- a/Tests/ComplexRelativePaths/Executable/required/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
@@ -5,4 +5,4 @@
#
OUTPUT_REQUIRED_FILES(
${Complex_SOURCE_DIR}/Executable/complex.cxx
- ${Complex_BINARY_DIR}/Executable/required/complex-required.txt)
+ ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx
index 9e24c33..ad41b75 100644
--- a/Tests/ComplexRelativePaths/Executable/complex.cxx
+++ b/Tests/ComplexRelativePaths/Executable/complex.cxx
@@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is
// only created during a build.
- TestAndRemoveFile(BINARY_DIR "/Executable/required/complex-required.txt");
+ TestAndRemoveFile(BINARY_DIR "/Executable/Temp/complex-required.txt");
// ----------------------------------------------------------------------
// Summary
diff --git a/Tests/Testing/CMakeLists.txt b/Tests/Testing/CMakeLists.txt
index fdb85d3..ece06d6 100644
--- a/Tests/Testing/CMakeLists.txt
+++ b/Tests/Testing/CMakeLists.txt
@@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
# Force subdirs
# (coverage)
#
-SUBDIRS(sub1)
+SUBDIRS(Sub)
diff --git a/Tests/Testing/sub1/CMakeLists.txt b/Tests/Testing/Sub/CMakeLists.txt
index e69de29..e69de29 100644
--- a/Tests/Testing/sub1/CMakeLists.txt
+++ b/Tests/Testing/Sub/CMakeLists.txt