summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/local/TARGETS
blob: 48a8f2f2200c45150039bd9a3c3b2d77708b090a (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
{ "local_execution":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["local_execution"]
  , "srcs": ["local_execution.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "fmt", "", "fmt"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/common", "artifact_blob"]
    , ["@", "src", "src/buildtool/common", "artifact_description"]
    , ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/common", "config"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "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_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/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["", "catch-main"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "local"]
  }
, "local_api":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["local_api"]
  , "srcs": ["local_api.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_api/local", "context"]
    , ["@", "src", "src/buildtool/execution_api/local", "local_api"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["", "catch-main"]
    , ["buildtool/execution_api/common", "api_test"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "local"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["local"]
  , "deps": ["local_api", "local_execution"]
  }
}