summaryrefslogtreecommitdiff
path: root/test/buildtool/file_system
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-06 17:33:09 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-14 18:17:07 +0100
commit7bbb182de03960e78964b575c87f8d9c85887923 (patch)
treed9b03947bb1089ccc09807e6cebda1fb1c82befa /test/buildtool/file_system
parentc33435b85f94b2403f5a782a5f2eb12d5de57772 (diff)
downloadjustbuild-7bbb182de03960e78964b575c87f8d9c85887923.tar.gz
code structure: rename symlinks_map folder to symlinks
...to remove the unnecessary link between folder name and the logic of resolve_symlinks_map.
Diffstat (limited to 'test/buildtool/file_system')
-rw-r--r--test/buildtool/file_system/TARGETS4
-rw-r--r--test/buildtool/file_system/resolve_symlinks_map.test.cpp4
2 files changed, 4 insertions, 4 deletions
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 <atomic>
#include <cstddef>
@@ -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"