summaryrefslogtreecommitdiff
path: root/test/withExtendedPath/TARGETS
blob: e5e7ca0d8c084106f5f62635fe2ef4adf26ed77d (plain)
1
2
3
4
5
6
7
8
{ "": {"type": "install", "tainted": ["test"], "deps": ["withExtendedPath"]}
, "withExtendedPath":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["find-in-extended-path"]
  , "test": ["test.sh"]
  , "deps": [["@", "src", "withExtendedPath", ""]]
  }
}