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