summaryrefslogtreecommitdiff
path: root/tests/specs/test/workspace/__test__.jsonc
blob: 87fd3d46d9d7d854f02133400d966514cb16d18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "tests": {
    "root": {
      "args": "test",
      "output": "root.out",
      "exitCode": 1
    },
    "package_a": {
      "args": "test",
      "cwd": "package-a",
      "output": "package_a.out"
    },
    "package_b": {
      "args": "test",
      "cwd": "package-b",
      "output": "package_b.out",
      "exitCode": 1
    }
  }
}