diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-05-24 12:35:31 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-05-27 16:36:58 +0200 |
commit | 1b6d17b9dad596fea334f9b4b662e0708c495453 (patch) | |
tree | 0a9674714e24f40e0383d744d47be030cc467b52 /test/buildtool/storage | |
parent | cd9b1aab78186a1b9a01dbd5319cfd9faafe4662 (diff) | |
download | justbuild-1b6d17b9dad596fea334f9b4b662e0708c495453.tar.gz |
Fix headers in local_cas and bazel_network.
Diffstat (limited to 'test/buildtool/storage')
-rw-r--r-- | test/buildtool/storage/TARGETS | 1 | ||||
-rw-r--r-- | test/buildtool/storage/local_cas.test.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/buildtool/storage/TARGETS b/test/buildtool/storage/TARGETS index 13fc6e22..eff66bc0 100644 --- a/test/buildtool/storage/TARGETS +++ b/test/buildtool/storage/TARGETS @@ -20,6 +20,7 @@ , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] , ["@", "src", "src/buildtool/file_system", "object_type"] + , ["@", "src", "src/buildtool/execution_api/bazel_msg", "bazel_msg"] ] , "stage": ["test", "buildtool", "storage"] } diff --git a/test/buildtool/storage/local_cas.test.cpp b/test/buildtool/storage/local_cas.test.cpp index 5f481b07..e076058b 100644 --- a/test/buildtool/storage/local_cas.test.cpp +++ b/test/buildtool/storage/local_cas.test.cpp @@ -17,6 +17,7 @@ #include "catch2/catch_test_macros.hpp" #include "src/buildtool/common/artifact_digest.hpp" +#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/hermeticity/local.hpp" |