summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/execution_service/TARGETS
blob: e9ea3a5daf75f7abd7151dfa54dbb07fc1c0b9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{ "cas_server":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["cas_server"]
  , "srcs": ["cas_server.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "grpc", "", "grpc++"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "bazel_digest_factory"]
    , ["@", "src", "src/buildtool/common", "bazel_types"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , [ "@"
      , "src"
      , "src/buildtool/execution_api/execution_service"
      , "cas_server"
      ]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/execution_api/local", "context"]
    , ["@", "src", "src/buildtool/file_system", "git_repo"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["", "catch-main"]
    , ["utils", "test_hash_function_type"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "execution_service"]
  }
, "execution_server":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["execution_server"]
  , "srcs": ["execution_server.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "fmt", "", "fmt"]
    , ["@", "grpc", "", "grpc++"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "protoc", "", "libprotobuf"]
    , ["@", "src", "src/buildtool/common", "bazel_digest_factory"]
    , ["@", "src", "src/buildtool/common", "bazel_types"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , [ "@"
      , "src"
      , "src/buildtool/execution_api/execution_service"
      , "cas_server"
      ]
    , [ "@"
      , "src"
      , "src/buildtool/execution_api/execution_service"
      , "execution_server"
      ]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/execution_api/local", "context"]
    , ["@", "src", "src/buildtool/execution_api/local", "local_api"]
    , ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
    , ["@", "src", "src/buildtool/file_system", "git_repo"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["", "catch-main"]
    , ["utils", "test_hash_function_type"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "execution_service"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["execution_service"]
  , "deps": ["cas_server", "execution_server"]
  }
}