summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/execution_service/TARGETS
blob: f50057c79954def1f297e8825494ffe42fa0d6dc (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
{ "cas_server":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["cas_server"]
  , "srcs": ["cas_server.test.cpp"]
  , "private-deps":
    [ ["", "catch-main"]
    , ["@", "catch2", "", "catch2"]
    , ["utils", "test_storage_config"]
    , [ "@"
      , "src"
      , "src/buildtool/execution_api/execution_service"
      , "cas_server"
      ]
    , ["@", "src", "src/buildtool/file_system", "git_repo"]
    , ["@", "src", "src/buildtool/file_system", "object_type"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/buildtool/storage", "storage"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "src", "src/buildtool/crypto", "hash_function"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "execution_service"]
  }
, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["cas_server"]}
}