diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-27 11:39:36 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-28 13:44:06 +0100 |
commit | fad5d797320c779117460273593f0e5a35be618b (patch) | |
tree | bc20213a703b088fc7951f47da70b839c811584c /test/buildtool/tree_structure | |
parent | 55519fe96d9b64c4bc99a2d108580d1d9147e5d1 (diff) | |
download | justbuild-fad5d797320c779117460273593f0e5a35be618b.tar.gz |
Include ArtifactDigestFactory into "common" library
Diffstat (limited to 'test/buildtool/tree_structure')
-rw-r--r-- | test/buildtool/tree_structure/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/tree_structure/TARGETS b/test/buildtool/tree_structure/TARGETS index 336e3230..ec7335ce 100644 --- a/test/buildtool/tree_structure/TARGETS +++ b/test/buildtool/tree_structure/TARGETS @@ -5,7 +5,6 @@ , "private-deps": [ ["@", "catch2", "", "catch2"] , ["@", "gsl", "", "gsl"] - , ["@", "src", "src/buildtool/common", "artifact_digest_factory"] , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/common", "protocol_traits"] , ["@", "src", "src/buildtool/crypto", "hash_function"] |