diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-12 14:21:17 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:44:06 +0100 |
commit | ecff253633ada6ca88db8ab207c593ebde033044 (patch) | |
tree | 0b28307ef32998721c7b311467a8fdd0fa653d59 /test/other_tools/git_operations/TARGETS | |
parent | 05ad8569b852ffb61d9cb6d92efc9e867c083d1e (diff) | |
download | justbuild-ecff253633ada6ca88db8ab207c593ebde033044.tar.gz |
Test: Add tests for critical git ops
Diffstat (limited to 'test/other_tools/git_operations/TARGETS')
-rw-r--r-- | test/other_tools/git_operations/TARGETS | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/other_tools/git_operations/TARGETS b/test/other_tools/git_operations/TARGETS new file mode 100644 index 00000000..579bffdd --- /dev/null +++ b/test/other_tools/git_operations/TARGETS @@ -0,0 +1,27 @@ +{ "critical_git_ops_test_install": + { "type": ["@", "rules", "CC", "binary"] + , "tainted": ["test"] + , "name": ["critical_git_ops_test"] + , "srcs": ["critical_git_ops.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["@", "json", "", "json"] + , ["src/buildtool/file_system", "file_system_manager"] + , ["src/other_tools/ops_maps", "critical_git_op_map"] + , ["src/buildtool/execution_api/common", "common"] + ] + , "stage": ["test", "other_tools", "git_operations"] + } +, "critical_git_ops_mp": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["critical_git_ops_mp"] + , "test": ["critical_git_ops_mp.sh"] + , "deps": + [ ["test/buildtool/file_system", "test_data"] + , "critical_git_ops_test_install" + ] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["critical_git_ops_mp"]} +} |