summaryrefslogtreecommitdiff
path: root/test/end-to-end/tree-structure/TARGETS
blob: b971a0ff3332217a2dc2661c5bd281d3e28482b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ "basic":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["basic"]
  , "test": ["basic.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["tree-structure"]
  , "deps": ["basic"]
  }
}