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
|
{ "linked_map":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["linked_map"]
, "srcs": ["linked_map.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["", "catch-main"]
, ["utils", "container_matchers"]
, ["@", "src", "src/buildtool/build_engine/expression", "linked_map"]
]
, "stage": ["test", "buildtool", "build_engine", "expression"]
}
, "expression":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["expression"]
, "srcs": ["expression.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["", "catch-main"]
, ["utils", "container_matchers"]
, ["@", "src", "src/buildtool/build_engine/expression", "expression"]
, ["@", "src", "src/buildtool/common", "common"]
]
, "stage": ["test", "buildtool", "build_engine", "expression"]
}
, "configuration":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["configuration"]
, "srcs": ["configuration.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["", "catch-main"]
, ["utils", "container_matchers"]
, ["@", "src", "src/buildtool/build_engine/expression", "expression"]
]
, "stage": ["test", "buildtool", "build_engine", "expression"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["expression"]
, "deps": ["configuration", "expression", "linked_map"]
}
}
|