Just rename dir
This commit is contained in:
parent
416afb7d5a
commit
ac1f2bcf6b
|
@ -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.
|
||||
|
|
|
@ -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)
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
|
@ -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
|
||||
|
|
|
@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
|
|||
# Force subdirs
|
||||
# (coverage)
|
||||
#
|
||||
SUBDIRS(sub1)
|
||||
SUBDIRS(Sub)
|
||||
|
|
Loading…
Reference in New Issue