summaryrefslogtreecommitdiff
path: root/tests/specs/run/cts/import_export_equals/__test__.jsonc
blob: 6a5c6db42013ba2986428eab1ae13072d681a260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "tests": {
    "main": {
      "args": "run --check --allow-read=. main.cts",
      "output": "main.out"
    },
    "mts": {
      "args": "run --allow-read=. mod.mts",
      "output": "mod.mts.out"
    },
    "mts_check": {
      "args": "check mod.mts",
      "output": "mod.mts.check.out",
      "exitCode": 1
    }
  }
}