summaryrefslogtreecommitdiff
path: root/test/rust/cargo/circle/TARGETS
blob: 565bb37ad1f9c8fd6d4a436251a04470f9252dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "": {"type": "install", "tainted": ["test"], "deps": ["test-sampling"]}
, "test-sampling":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["sampling"]
  , "test": ["test_circle_sampling.sh"]
  , "deps": ["sample", "verify.py"]
  , "keep": ["sampled"]
  }
, "sample":
  { "type": "install"
  , "files": {"bin/sample": ["@", "cargo/circle", "", "circle_sampling"]}
  }
}