diff options
Diffstat (limited to 'test/utils/TARGETS')
-rw-r--r-- | test/utils/TARGETS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/utils/TARGETS b/test/utils/TARGETS index c9f40532..81137cb5 100644 --- a/test/utils/TARGETS +++ b/test/utils/TARGETS @@ -26,7 +26,11 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["test_env"] , "hdrs": ["test_env.hpp"] - , "deps": ["log_config", ["src/buildtool/compatibility", "compatibility"]] + , "deps": + [ "log_config" + , ["src/buildtool/compatibility", "compatibility"] + , ["src/buildtool/auth", "auth"] + ] , "stage": ["test", "utils"] } , "local_hermeticity": |