1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
{ "ac_client":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["ac_client"]
, "srcs": ["bazel_ac_client.test.cpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["test/utils", "catch-main-remote-execution"]
, ["test/utils", "execution_bazel"]
, ["src/buildtool/execution_api/remote", "bazel_network"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
, "cas_client":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["cas_client"]
, "srcs": ["bazel_cas_client.test.cpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["test/utils", "catch-main-remote-execution"]
, ["src/buildtool/execution_api/remote", "bazel_network"]
, ["src/buildtool/execution_api/remote", "config"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
, "execution_client":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["execution_client"]
, "srcs": ["bazel_execution_client.test.cpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["test/utils", "catch-main-remote-execution"]
, ["test/utils", "execution_bazel"]
, ["src/buildtool/execution_api/remote", "bazel_network"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
, "bytestream_client":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["bytestream_client"]
, "srcs": ["bytestream_client.test.cpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["test/utils", "catch-main-remote-execution"]
, ["test/utils", "execution_bazel"]
, ["src/buildtool/execution_api/remote", "bazel_network"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
, "network":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["network"]
, "srcs": ["bazel_network.test.cpp"]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["test/utils", "catch-main-remote-execution"]
, ["test/utils", "execution_bazel"]
, ["src/buildtool/execution_api/remote", "bazel_network"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
, "msg_factory":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["msg_factory"]
, "srcs": ["bazel_msg_factory.test.cpp"]
, "data": [["test/buildtool/execution_api", "test_data"]]
, "deps":
[ ["@", "catch2", "", "catch2"]
, ["test", "catch-main"]
, ["src/buildtool/common", "artifact_factory"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
, ["src/buildtool/file_system", "object_type"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
, "deps":
[ "ac_client"
, "bytestream_client"
, "cas_client"
, "execution_client"
, "msg_factory"
, "network"
]
}
}
|