summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/TARGETS
blob: 4cb229448cd662bfc6c6e77fbb8e0e21bae7ccb6 (plain)
1
2
3
4
5
6
7
8
9
10
{ "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["execution_engine"]
  , "deps":
    [ ["./", "dag", "TESTS"]
    , ["./", "executor", "TESTS"]
    , ["./", "traverser", "TESTS"]
    ]
  }
}