From 7bbb182de03960e78964b575c87f8d9c85887923 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 6 Feb 2025 17:33:09 +0100 Subject: code structure: rename symlinks_map folder to symlinks ...to remove the unnecessary link between folder name and the logic of resolve_symlinks_map. --- test/buildtool/file_system/TARGETS | 4 ++-- test/buildtool/file_system/resolve_symlinks_map.test.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/buildtool/file_system') diff --git a/test/buildtool/file_system/TARGETS b/test/buildtool/file_system/TARGETS index 53c15fcc..d8d2ddbf 100644 --- a/test/buildtool/file_system/TARGETS +++ b/test/buildtool/file_system/TARGETS @@ -153,10 +153,10 @@ , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/file_system", "git_cas"] , ["@", "src", "src/buildtool/file_system", "object_type"] - , ["@", "src", "src/buildtool/file_system/symlinks_map", "pragma_special"] + , ["@", "src", "src/buildtool/file_system/symlinks", "pragma_special"] , [ "@" , "src" - , "src/buildtool/file_system/symlinks_map" + , "src/buildtool/file_system/symlinks" , "resolve_symlinks_map" ] , ["@", "src", "src/buildtool/multithreading", "task_system"] diff --git a/test/buildtool/file_system/resolve_symlinks_map.test.cpp b/test/buildtool/file_system/resolve_symlinks_map.test.cpp index c6e69f65..55ebe520 100644 --- a/test/buildtool/file_system/resolve_symlinks_map.test.cpp +++ b/test/buildtool/file_system/resolve_symlinks_map.test.cpp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "src/buildtool/file_system/symlinks_map/resolve_symlinks_map.hpp" +#include "src/buildtool/file_system/symlinks/resolve_symlinks_map.hpp" #include #include @@ -28,7 +28,7 @@ #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/git_cas.hpp" #include "src/buildtool/file_system/object_type.hpp" -#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" +#include "src/buildtool/file_system/symlinks/pragma_special.hpp" #include "src/buildtool/multithreading/task_system.hpp" #include "test/utils/shell_quoting.hpp" -- cgit v1.2.3