summaryrefslogtreecommitdiff
path: root/test/end-to-end/built-in-rules/TARGETS
blob: 47a2a8113cf72c396ea2c1339230678ca59734e4 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{ "generic_out_dirs":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["generic_out_dirs"]
  , "test": ["generic_out_dirs.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "generic_sh":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["generic_sh"]
  , "test": ["generic_sh.sh"]
  , "keep": ["null.json", "empty.json", "custom.json"]
  , "deps": [["", "tool-under-test"]]
  }
, "filegen_config":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["filegen_config"]
  , "test": ["filegen_config.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "tree":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["tree"]
  , "test": ["tree.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "symlink_config":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["symlink_config"]
  , "test": ["symlink_config.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "export_counting":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["export_counting"]
  , "test": ["export_counting.sh"]
  , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "deps":
    [ "generic_out_dirs"
    , "generic_sh"
    , "filegen_config"
    , "tree"
    , "symlink_config"
    , "export_counting"
    ]
  }
}