summaryrefslogtreecommitdiff
path: root/test/buildtool/tree_structure/TARGETS
blob: 336e323019ee87be7b66f9d2165021cd055eb40d (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
{ "tree_structure":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["tree_structure"]
  , "srcs": ["tree_structure.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
    , ["@", "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/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/file_system", "git_repo"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "garbage_collector"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/buildtool/tree_structure", "tree_structure_cache"]
    , ["@", "src", "src/buildtool/tree_structure", "tree_structure_utils"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["@", "src", "src/utils/cpp", "hash_combine"]
    , ["@", "src", "src/utils/cpp", "hex_string"]
    , ["@", "src", "src/utils/cpp", "path"]
    , ["@", "src", "src/utils/cpp", "tmp_dir"]
    , ["", "catch-main"]
    , ["utils", "large_object_utils"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "tree_structure"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["tree_structure"]
  , "deps": ["tree_structure"]
  }
}