1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ "system_command":
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["system_command"]
, "srcs": ["system_command.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
, ["@", "src", "src/buildtool/system", "system_command"]
, ["", "catch-main"]
]
, "stage": ["test", "buildtool", "system"]
}
, "TESTS":
{ "type": ["@", "rules", "test", "suite"]
, "stage": ["system"]
, "deps": ["system_command"]
}
}
|