summaryrefslogtreecommitdiff
path: root/test/end-to-end/user-errors/TARGETS
blob: f12f6151a14e93765b7c3e2b5ac5829085df8254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "flat-stage":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["flat-stage"]
  , "test": ["flat-stage.sh"]
  , "deps": [["test/end-to-end", "tool-under-test"]]
  }
, "json-errors":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["json-errors"]
  , "test": ["json-errors.sh"]
  , "deps": [["test/end-to-end", "tool-under-test"]]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "deps": ["flat-stage", "json-errors"]
  }
}