summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/dag/TARGETS
blob: c6015f16ea6ca471cc7c0a876c4bd0b68278421d (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"]
  , "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"]}
}