summaryrefslogtreecommitdiff
path: root/test/buildtool/graph_traverser/TARGETS
blob: b279156126bedc70c70122faa5b80936aca41846 (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
76
{ "graph_traverser_tests":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["graph_traverser_tests"]
  , "hdrs": ["graph_traverser.test.hpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "json", "", "json"]
    , ["@", "src", "src/buildtool/auth", "auth"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/common/remote", "retry_config"]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/execution_api/local", "context"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/execution_api/remote", "context"]
    , ["@", "src", "src/buildtool/execution_engine/executor", "context"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/file_system", "jsonfs"]
    , ["@", "src", "src/buildtool/graph_traverser", "graph_traverser"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , ["@", "src", "src/buildtool/progress_reporting", "progress"]
    , ["@", "src", "src/buildtool/execution_api/common", "api_bundle"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["utils", "test_hash_function_type"]
    ]
  , "stage": ["test", "buildtool", "graph_traverser"]
  }
, "graph_traverser_local":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["graph_traverser_local"]
  , "srcs": ["graph_traverser_local.test.cpp"]
  , "data": ["test_data"]
  , "private-deps":
    [ "graph_traverser_tests"
    , ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_storage_config"]
    , ["@", "src", "src/buildtool/execution_api/remote", "config"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    ]
  , "stage": ["test", "buildtool", "graph_traverser"]
  }
, "graph_traverser_remote":
  { "type": ["utils/remote_execution", "CC test"]
  , "name": ["graph_traverser_remote"]
  , "srcs": ["graph_traverser_remote.test.cpp"]
  , "data": ["test_data"]
  , "private-deps":
    [ "graph_traverser_tests"
    , ["@", "catch2", "", "catch2"]
    , ["utils", "catch-main-remote-execution"]
    , ["utils", "test_auth_config"]
    , ["utils", "test_remote_config"]
    , ["utils", "test_hash_function_type"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    ]
  , "stage": ["test", "buildtool", "graph_traverser"]
  }
, "test_data":
  { "type": ["@", "rules", "data", "staged"]
  , "srcs": [["TREE", null, "data"]]
  , "stage": ["test", "buildtool", "graph_traverser"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["graph_traverser"]
  , "deps": ["graph_traverser_local", "graph_traverser_remote"]
  }
}