summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/dag/TARGETS
blob: 1baf9f0e4f3773e1f2630da64d34410d200db363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "dag":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["dag"]
  , "srcs": ["dag.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["@", "gsl", "", "gsl"]
    , ["utils", "container_matchers"]
    , ["@", "src", "src/buildtool/common", "action_description"]
    , ["@", "src", "src/buildtool/common", "artifact_description"]
    , ["@", "src", "src/buildtool/common", "common"]
    , ["@", "src", "src/buildtool/execution_engine/dag", "dag"]
    ]
  , "stage": ["test", "buildtool", "execution_engine", "dag"]
  }
, "TESTS":
  {"type": ["@", "rules", "test", "suite"], "stage": ["dag"], "deps": ["dag"]}
}