diff options
Diffstat (limited to 'test/other_tools/git_operations/TARGETS')
-rw-r--r-- | test/other_tools/git_operations/TARGETS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS index f63258b5..77b1ee2f 100644 --- a/test/other_tools/git_operations/TARGETS +++ b/test/other_tools/git_operations/TARGETS @@ -6,9 +6,10 @@ , "private-deps": [ ["@", "catch2", "", "catch2"] , ["@", "fmt", "", "fmt"] - , ["@", "json", "", "json"] , ["@", "src", "src/buildtool/execution_api/common", "common"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] + , ["@", "src", "src/buildtool/multithreading", "task_system"] + , ["@", "src", "src/other_tools/git_operations", "git_ops_types"] , ["@", "src", "src/other_tools/ops_maps", "critical_git_op_map"] , ["", "catch-main"] , ["utils", "shell_quoting"] @@ -30,11 +31,10 @@ , "private-deps": [ ["@", "catch2", "", "catch2"] , ["@", "fmt", "", "fmt"] - , ["@", "json", "", "json"] , ["@", "src", "src/buildtool/file_system", "file_system_manager"] + , ["@", "src", "src/buildtool/file_system", "git_cas"] , ["@", "src", "src/buildtool/logging", "log_level"] , ["@", "src", "src/buildtool/logging", "logging"] - , ["@", "src", "src/buildtool/storage", "config"] , ["@", "src", "src/other_tools/git_operations", "git_repo_remote"] , ["@", "src", "src/utils/cpp", "atomic"] , ["", "catch-main"] |