summaryrefslogtreecommitdiff
path: root/test/end-to-end/target-tests/TARGETS
blob: 5fc0d6b739d01e2eb61f5bc435561ef8ac472efb (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
51
52
53
54
55
56
{ "upwards reference":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["upwards"]
  , "test": ["upwards.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "repository naming":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["repo_names"]
  , "test": ["repo_names.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "resolution of built-in rules":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["built-in-resolution"]
  , "test": ["built-in-resolution.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "glob expansion":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["glob"]
  , "test": ["glob.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "configure target name":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["configure-target"]
  , "test": ["configure-target.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "configure variables":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["configure-vars"]
  , "test": ["configure-vars.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "tree inputs":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["tree-inputs"]
  , "test": ["tree-inputs.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["target-tests"]
  , "deps":
    [ "configure target name"
    , "configure variables"
    , "glob expansion"
    , "repository naming"
    , "resolution of built-in rules"
    , "tree inputs"
    , "upwards reference"
    ]
  }
}