summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/TARGETS
blob: 5372a41eeec5d1019278789d3355b6a66dd36836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "test_data":
  { "type": ["@", "rules", "data", "staged"]
  , "srcs":
    [ "data/executable_file"
    , "data/non_executable_file"
    , "data/subdir1/file1"
    , "data/subdir1/subdir2/file2"
    ]
  , "stage": ["test", "buildtool", "execution_api"]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "dirs":
    [ [["./", "bazel", "TESTS"], "bazel"]
    , [["./", "local", "TESTS"], "local"]
    , [["./", "execution_service", "TESTS"], "execution_service"]
    ]
  }
}