summaryrefslogtreecommitdiff
path: root/test/buildtool/serve_api/TARGETS
blob: 9e2738f86305ed364667c40aabf5e4d869b1fd11 (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
{ "source_tree_client":
  { "type": ["utils/serve_service", "CC test"]
  , "name": ["source_tree_client"]
  , "srcs": ["source_tree_client.test.cpp"]
  , "data": [["buildtool/file_system", "test_data"]]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/auth", "auth"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/execution_api/remote", "context"]
    , ["@", "src", "src/buildtool/file_system", "git_types"]
    , ["@", "src", "src/buildtool/serve_api/remote", "config"]
    , ["@", "src", "src/buildtool/serve_api/remote", "source_tree_client"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["utils", "catch-main-serve"]
    , ["utils", "test_hash_function_type"]
    , ["utils", "test_serve_config"]
    ]
  , "stage": ["test", "buildtool", "serve_api"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["serve_api"]
  , "deps": ["source_tree_client"]
  }
}