blob: 5b92abf726a4aafec5fec5e505a46ec367bd0eca (
plain)
1
2
3
4
5
6
7
8
9
10
|
{ "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["other_tools"]
, "deps":
[ ["./", "git_operations", "TESTS"]
, ["./", "utils", "TESTS"]
, ["./", "just_mr", "TESTS"]
]
}
}
|