From 68e3d9129f84cdfc60aa0bc6efa518a01200bccd Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 25 Oct 2024 11:41:30 +0200 Subject: Add dependencies explicitly that are included directly ... instead of relying on those dependencies being pulled in indirectly. --- test/buildtool/storage/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/buildtool/storage') diff --git a/test/buildtool/storage/TARGETS b/test/buildtool/storage/TARGETS index 214c1fa8..d3cc1c4c 100644 --- a/test/buildtool/storage/TARGETS +++ b/test/buildtool/storage/TARGETS @@ -33,6 +33,7 @@ , "srcs": ["local_ac.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] + , ["@", "gsl", "", "gsl"] , ["@", "src", "src/buildtool/common", "artifact_digest_factory"] , ["@", "src", "src/buildtool/common", "bazel_types"] , ["@", "src", "src/buildtool/common", "common"] -- cgit v1.2.3