summaryrefslogtreecommitdiff
path: root/test/other_tools
diff options
context:
space:
mode:
Diffstat (limited to 'test/other_tools')
-rw-r--r--test/other_tools/TARGETS2
-rw-r--r--test/other_tools/git_operations/TARGETS18
-rw-r--r--test/other_tools/just_mr/TARGETS6
-rw-r--r--test/other_tools/utils/TARGETS10
4 files changed, 18 insertions, 18 deletions
diff --git a/test/other_tools/TARGETS b/test/other_tools/TARGETS
index 5b92abf7..d12a9ad1 100644
--- a/test/other_tools/TARGETS
+++ b/test/other_tools/TARGETS
@@ -3,8 +3,8 @@
, "stage": ["other_tools"]
, "deps":
[ ["./", "git_operations", "TESTS"]
- , ["./", "utils", "TESTS"]
, ["./", "just_mr", "TESTS"]
+ , ["./", "utils", "TESTS"]
]
}
}
diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS
index 381b97c9..f63258b5 100644
--- a/test/other_tools/git_operations/TARGETS
+++ b/test/other_tools/git_operations/TARGETS
@@ -5,12 +5,12 @@
, "srcs": ["critical_git_ops.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "fmt", "", "fmt"]
, ["@", "json", "", "json"]
+ , ["@", "src", "src/buildtool/execution_api/common", "common"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/other_tools/ops_maps", "critical_git_op_map"]
- , ["@", "src", "src/buildtool/execution_api/common", "common"]
+ , ["", "catch-main"]
, ["utils", "shell_quoting"]
]
, "stage": ["test", "other_tools", "git_operations"]
@@ -20,7 +20,7 @@
, "name": ["critical_git_ops_mp"]
, "test": ["critical_git_ops_mp.sh"]
, "deps":
- [["buildtool/file_system", "test_data"], "critical_git_ops_test_install"]
+ ["critical_git_ops_test_install", ["buildtool/file_system", "test_data"]]
}
, "git_repo_remote":
{ "type": ["@", "rules", "CC/test", "test"]
@@ -29,15 +29,15 @@
, "data": [["buildtool/file_system", "test_data"]]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "fmt", "", "fmt"]
, ["@", "json", "", "json"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
- , ["@", "src", "src/other_tools/git_operations", "git_repo_remote"]
, ["@", "src", "src/buildtool/storage", "config"]
+ , ["@", "src", "src/other_tools/git_operations", "git_repo_remote"]
, ["@", "src", "src/utils/cpp", "atomic"]
+ , ["", "catch-main"]
, ["utils", "shell_quoting"]
, ["utils", "test_storage_config"]
]
@@ -50,11 +50,11 @@
, "srcs": ["git_config_run.test.cpp"]
, "private-deps":
[ ["@", "src", "", "libgit2"]
- , ["@", "src", "src/other_tools/git_operations", "git_config_settings"]
- , ["@", "src", "src/buildtool/file_system", "git_utils"]
, ["@", "src", "src/buildtool/file_system", "git_context"]
+ , ["@", "src", "src/buildtool/file_system", "git_utils"]
, ["@", "src", "src/buildtool/logging", "log_level"]
, ["@", "src", "src/buildtool/logging", "logging"]
+ , ["@", "src", "src/other_tools/git_operations", "git_config_settings"]
, ["utils", "log_config"]
]
, "stage": ["src"]
@@ -78,9 +78,9 @@
, "stage": ["git_operations"]
, "deps":
[ "critical_git_ops_mp"
- , "git_repo_remote"
- , "git_config_ssl"
, "git_config_proxy"
+ , "git_config_ssl"
+ , "git_repo_remote"
]
}
}
diff --git a/test/other_tools/just_mr/TARGETS b/test/other_tools/just_mr/TARGETS
index d2397e7f..a74921ac 100644
--- a/test/other_tools/just_mr/TARGETS
+++ b/test/other_tools/just_mr/TARGETS
@@ -4,9 +4,9 @@
, "srcs": ["rc_merge.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/buildtool/build_engine/expression", "expression"]
, ["@", "src", "src/other_tools/just_mr", "rc_merge"]
+ , ["", "catch-main"]
]
, "stage": ["test", "other_tools", "just_mr"]
}
@@ -16,14 +16,14 @@
, "srcs": ["mirrors.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/other_tools/just_mr", "mirrors"]
+ , ["", "catch-main"]
]
, "stage": ["test", "other_tools", "just_mr"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["just_mr"]
- , "deps": ["rc_merge", "mirrors"]
+ , "deps": ["mirrors", "rc_merge"]
}
}
diff --git a/test/other_tools/utils/TARGETS b/test/other_tools/utils/TARGETS
index 6506de8f..6d7ed56b 100644
--- a/test/other_tools/utils/TARGETS
+++ b/test/other_tools/utils/TARGETS
@@ -5,10 +5,10 @@
, "srcs": ["curl_usage.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
+ , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/other_tools/utils", "curl_context"]
, ["@", "src", "src/other_tools/utils", "curl_easy_handle"]
- , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
+ , ["", "catch-main"]
]
, "stage": ["test", "other_tools", "utils"]
}
@@ -16,7 +16,7 @@
{ "type": ["@", "rules", "shell/test", "script"]
, "name": ["curl_usage"]
, "test": ["curl_usage_test.sh"]
- , "deps": [["utils", "test_utils_install"], "curl_usage_install"]
+ , "deps": ["curl_usage_install", ["utils", "test_utils_install"]]
}
, "curl_url":
{ "type": ["@", "rules", "CC/test", "test"]
@@ -24,14 +24,14 @@
, "srcs": ["curl_url.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/other_tools/utils", "curl_url_handle"]
+ , ["", "catch-main"]
]
, "stage": ["test", "other_tools", "utils"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["utils"]
- , "deps": ["curl_usage", "curl_url"]
+ , "deps": ["curl_url", "curl_usage"]
}
}