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