summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/TARGETS
blob: 96750753c67e14a3c4e47d06564d3ac08a6892ec (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
77
78
79
80
81
{ "api_test":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["api_test"]
  , "hdrs": ["api_test.hpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "fmt", "", "fmt"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "artifact_blob"]
    , ["@", "src", "src/buildtool/common", "artifact_description"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/execution_engine/dag", "dag"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["utils", "test_hash_function_type"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "common"]
  }
, "bytestream_utils":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["bytestream_utils"]
  , "srcs": ["bytestream_utils.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/common", "bytestream_utils"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_api/common", "ids"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["", "catch-main"]
    , ["utils", "test_hash_function_type"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "common"]
  }
, "tree_rehashing":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["tree_rehashing"]
  , "srcs": ["tree_rehashing.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "protocol_traits"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , [ "@"
      , "src"
      , "src/buildtool/execution_api/bazel_msg"
      , "bazel_msg_factory"
      ]
    , ["@", "src", "src/buildtool/execution_api/common", "api_bundle"]
    , ["@", "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/utils", "rehash_utils"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["@", "src", "src/utils/cpp", "tmp_dir"]
    , ["", "catch-main"]
    , ["utils", "large_object_utils"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "common"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["common"]
  , "deps": ["bytestream_utils", "tree_rehashing"]
  }
}