summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/local/TARGETS
blob: bbf83da9f695a73945170487863b301ccdcc7f30 (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
{ "local_execution":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["local_execution"]
  , "srcs": ["local_execution.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/common", "artifact_description"]
    , ["@", "src", "src/buildtool/common", "artifact_digest_factory"]
    , ["@", "src", "src/buildtool/common", "config"]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/execution_api/local", "context"]
    , ["@", "src", "src/buildtool/execution_api/local", "local"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["", "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"]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/execution_api/local", "context"]
    , ["@", "src", "src/buildtool/execution_api/local", "local"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "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"]
  }
}