summaryrefslogtreecommitdiff
path: root/test/end-to-end/execution-service/TARGETS
blob: 6eb708b75f0a7089524d46148f9ea0182cb3695e (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": ["@", "rules", "test", "suite"]
  , "stage": ["execution-service"]
  , "deps": ["simple_build", "tree_inputs"]
  }
}