summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/TARGETS
blob: f49f65fc848537a34024e3ec67c57a1a892eaa1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "api_test":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["api_test"]
  , "hdrs": ["api_test.hpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/common", "artifact_factory"]
    , ["@", "src", "src/buildtool/execution_api/common", "common"]
    , ["@", "src", "src/buildtool/execution_api/local", "config"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/buildtool/logging", "log_level"]
    , ["@", "src", "src/buildtool/logging", "logging"]
    ]
  , "stage": ["test", "buildtool", "execution_api", "common"]
  }
}