summaryrefslogtreecommitdiff
path: root/test/end-to-end/gc/TARGETS
blob: b80714cfc3b2c220593b0a5ecee109f25a72d523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "basic":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["basic"]
  , "test": ["basic.sh"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "export":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["export"]
  , "test": ["export.sh"]
  , "deps":
    [["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]]
  }
, "TESTS":
  {"type": "install", "tainted": ["test"], "deps": ["basic", "export"]}
}