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