summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/dag/TARGETS
blob: 95dff1fe0b346c17f55d5503ae60aa3483a94400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "dag":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["dag"]
  , "srcs": ["dag.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["test/utils", "container_matchers"]
    , ["src/buildtool/common", "artifact_factory"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    ]
  , "stage": ["test", "buildtool", "execution_engine", "dag"]
  }
, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["dag"]}
}