summaryrefslogtreecommitdiff
path: root/test/end-to-end/execution-service/TARGETS
blob: 76b8b37c24132f91bfe94d3e3199f3c0af0f417e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "simple_build":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["simple_build"]
  , "test": ["simple_build.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "tree_inputs":
  { "type": ["end-to-end", "with remote"]
  , "name": ["tree_inputs"]
  , "test": ["tree_inputs.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "deps": ["simple_build", "tree_inputs"]
  }
}