diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-27 12:36:22 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-05 12:58:35 +0200 |
commit | 0d8a4ad15b93283cc31787b039051b9e9a285ba8 (patch) | |
tree | 40efbd2206659d6836ec0b3beec0811d2a01644f /test/buildtool/execution_api/execution_service/TARGETS | |
parent | f82adab238f4b45d43049687c8e52bf7372ba053 (diff) | |
download | justbuild-0d8a4ad15b93283cc31787b039051b9e9a285ba8.tar.gz |
Pass StorageConfig and Storage to ServerImpl
Diffstat (limited to 'test/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/execution_service/TARGETS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/execution_service/TARGETS b/test/buildtool/execution_api/execution_service/TARGETS index 5fc60fa5..c14db85c 100644 --- a/test/buildtool/execution_api/execution_service/TARGETS +++ b/test/buildtool/execution_api/execution_service/TARGETS @@ -14,6 +14,8 @@ , ["@", "src", "src/buildtool/file_system", "git_repo"] , ["@", "src", "src/buildtool/file_system", "object_type"] , ["@", "src", "src/buildtool/common", "common"] + , ["@", "src", "src/buildtool/storage", "config"] + , ["@", "src", "src/buildtool/storage", "storage"] , ["@", "gsl", "", "gsl"] ] , "stage": ["test", "buildtool", "execution_api", "execution_service"] |