summaryrefslogtreecommitdiff
path: root/test/end-to-end/built-in-rules/TARGETS
blob: 4991c5c31d075fbbf9fc802fd668b21356b1ad49 (plain)
1
2
3
4
5
6
7
8
9
{ "generic_out_dirs":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["generic_out_dirs"]
  , "test": ["generic_out_dirs.sh"]
  , "deps": [["test/end-to-end", "tool-under-test"]]
  }
, "TESTS":
  {"type": "install", "tainted": ["test"], "deps": ["generic_out_dirs"]}
}