diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-11 14:55:08 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-12 15:43:37 +0200 |
commit | ec4fe905bccd666c72e51fe1d822e7a575da8b70 (patch) | |
tree | dc44ae8b1e311f9e474b12d5859ef21d7f238730 /test/buildtool/execution_engine/executor/TARGETS | |
parent | 711f341fc50cc90906d294f7d027ff8555d92d57 (diff) | |
download | justbuild-ec4fe905bccd666c72e51fe1d822e7a575da8b70.tar.gz |
ArtifactFactory: remove Identifier method
...since it is used in tests only. It also duplicated serialization-deserialization of ArtifactDescription.
Diffstat (limited to 'test/buildtool/execution_engine/executor/TARGETS')
-rw-r--r-- | test/buildtool/execution_engine/executor/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index 2d82e097..45f981d4 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -24,6 +24,7 @@ , "srcs": ["executor.test.cpp"] , "private-deps": [ ["@", "src", "src/buildtool/auth", "auth"] + , ["@", "src", "src/buildtool/common", "artifact_description"] , ["@", "src", "src/buildtool/common", "artifact_factory"] , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/common", "config"] |