summaryrefslogtreecommitdiff
path: root/test/buildtool/common/TARGETS
blob: 020d0f289cb359fc6651c6e51e65ca0560869473 (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
{ "artifact_description":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["artifact_description"]
  , "srcs": ["artifact_description.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["@", "json", "", "json"]
    , ["@", "src", "src/buildtool/common", "artifact_description"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["utils", "test_hash_function_type"]
    ]
  , "stage": ["test", "buildtool", "common"]
  }
, "action_description":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["action_description"]
  , "srcs": ["action_description.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["@", "json", "", "json"]
    , ["@", "src", "src/buildtool/common", "action_description"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["utils", "test_hash_function_type"]
    ]
  , "stage": ["test", "buildtool", "common"]
  }
, "repository_config":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["repository_config"]
  , "srcs": ["repository_config.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["@", "json", "", "json"]
    , ["@", "src", "src/buildtool/common", "config"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/file_system", "file_root"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["utils", "test_storage_config"]
    , ["@", "src", "src/buildtool/execution_api/local", "local"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/buildtool/storage", "config"]
    ]
  , "stage": ["test", "buildtool", "common"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["common"]
  , "deps": ["action_description", "artifact_description", "repository_config"]
  }
}