blob: 6581222c9da6932dc151a59aeaf692c4ade81a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"tests": {
"root": {
"args": "lint",
"exitCode": 1,
"output": "root.out"
},
"subdir": {
"args": "lint",
"cwd": "package-a",
"exitCode": 1,
"output": "a.out"
}
}
}
|