summaryrefslogtreecommitdiff
path: root/test/end-to-end/cli/TARGETS
blob: b4a8f9962fcfbec537af583d2840ca017003c310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{ "defaults":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["defaults"]
  , "test": ["defaults.sh"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "pwd":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["pwd"]
  , "test": ["pwd.sh"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "install":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["install"]
  , "test": ["install.sh"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "build -P":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["build-P"]
  , "test": ["build-p.sh"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "deps": ["defaults", "pwd", "install", "build -P"]
  }
}