diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-12 10:03:24 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-16 17:51:12 +0200 |
commit | 5af6aa0659c833081eb16fe5c743f3080fe54be9 (patch) | |
tree | db83b1cbb12e5ed50a2dcea0fb8a94700e90d9d8 /test | |
parent | ed0cd750a98a9334f95d99a5ba4ce3abe17538f1 (diff) | |
download | justbuild-5af6aa0659c833081eb16fe5c743f3080fe54be9.tar.gz |
test_auth_config: Fix wrong deps
Diffstat (limited to 'test')
-rw-r--r-- | test/utils/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/TARGETS b/test/utils/TARGETS index 266c4046..f528a5aa 100644 --- a/test/utils/TARGETS +++ b/test/utils/TARGETS @@ -98,7 +98,7 @@ , "name": ["test_auth_config"] , "hdrs": ["remote_execution/test_auth_config.hpp"] , "deps": - [ ["@", "src", "src/buildtool/serve_api/remote", "config"] + [ ["@", "src", "src/buildtool/auth", "auth"] , ["@", "src", "src/buildtool/logging", "log_level"] , ["@", "src", "src/buildtool/logging", "logging"] , "test_env" |