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
|
{ "path":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["path"]
, "srcs": ["path.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/utils/cpp", "path"]
, ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
}
, "path_rebase":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["path_rebase"]
, "srcs": ["path_rebase.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/utils/cpp", "path_rebase"]
, ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
}
, "file_locking":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["file_locking"]
, "srcs": ["file_locking.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/utils/cpp", "atomic"]
, ["@", "src", "src/utils/cpp", "file_locking"]
, ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
, "private-ldflags": ["-pthread"]
}
, "prefix":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["prefix"]
, "srcs": ["prefix.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/utils/cpp", "prefix"]
, ["", "catch-main"]
]
, "stage": ["test", "utils", "cpp"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["cpp"]
, "deps": ["file_locking", "path", "path_rebase", "prefix"]
}
}
|