From a8cbdab9f795999cf99458e63343e13322402739 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 28 May 2024 11:24:46 +0200 Subject: Move CreateBlobFromPath since it is only used in tests. --- test/buildtool/storage/TARGETS | 1 + test/buildtool/storage/local_cas.test.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'test/buildtool/storage') diff --git a/test/buildtool/storage/TARGETS b/test/buildtool/storage/TARGETS index eff66bc0..6dfb4edb 100644 --- a/test/buildtool/storage/TARGETS +++ b/test/buildtool/storage/TARGETS @@ -21,6 +21,7 @@ , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/file_system", "object_type"] , ["@", "src", "src/buildtool/execution_api/bazel_msg", "bazel_msg"] + , ["utils", "blob_creator"] ] , "stage": ["test", "buildtool", "storage"] } diff --git a/test/buildtool/storage/local_cas.test.cpp b/test/buildtool/storage/local_cas.test.cpp index e076058b..512e9a1b 100644 --- a/test/buildtool/storage/local_cas.test.cpp +++ b/test/buildtool/storage/local_cas.test.cpp @@ -20,6 +20,7 @@ #include "src/buildtool/execution_api/bazel_msg/bazel_blob.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/object_type.hpp" +#include "test/utils/blob_creator.hpp" #include "test/utils/hermeticity/local.hpp" TEST_CASE_METHOD(HermeticLocalTestFixture, -- cgit v1.2.3