summaryrefslogtreecommitdiff
path: root/test/proto/TARGETS
blob: d2e817ec36a27e49c0afcf7d5d6bce09eee4375a (plain)
1
2
3
4
5
6
7
8
{ "": {"type": "install", "tainted": ["test"], "deps": ["proto"]}
, "proto":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["proto"]
  , "test": ["test.sh"]
  , "deps": [["@", "src", "proto", "write"], ["@", "src", "proto", "read"]]
  }
}