Browse Source

Just rename dir

Sebastien Barre 24 năm trước cách đây
mục cha
commit
ac1f2bcf6b

+ 1 - 1
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.

+ 1 - 1
Tests/Complex/Executable/required/CMakeLists.txt → 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)  

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
Tests/ComplexOneConfig/Executable/required/CMakeLists.txt → 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)  

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
Tests/ComplexRelativePaths/Executable/required/CMakeLists.txt → 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)  

+ 1 - 1
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

+ 1 - 1
Tests/Testing/CMakeLists.txt

@@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
 # Force subdirs
 # (coverage)
 #
-SUBDIRS(sub1)
+SUBDIRS(Sub)

+ 0 - 0
Tests/Testing/sub1/CMakeLists.txt → Tests/Testing/Sub/CMakeLists.txt