summaryrefslogtreecommitdiff
path: root/test/end-to-end/actions/TARGETS
blob: 43bb09a00310c950267364520cac43915fe7e2c8 (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
57
58
59
60
{ "equality":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["equality"]
  , "test": ["action-equality.sh"]
  , "keep": ["graph.json"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "equality-timeout":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["equality-timeout"]
  , "test": ["action-equality-timeout.sh"]
  , "keep":
    [ "rules/graph-null.json"
    , "rules/graph-1.json"
    , "rules/graph-2.json"
    , "generic/graph-null.json"
    , "generic/graph-1.json"
    , "generic/graph-2.json"
    ]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "equality-properties":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["equality-properties"]
  , "test": ["action-equality-properties.sh"]
  , "keep":
    [ "rules/graph-null.json"
    , "rules/graph-empty.json"
    , "rules/graph-set.json"
    , "generic/graph-null.json"
    , "generic/graph-empty.json"
    , "generic/graph-set.json"
    ]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "trees":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["trees"]
  , "test": ["nested-trees.sh"]
  , "keep": ["blobs.json", "trees.json", "out/index.txt"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "conflicts":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["conflicts"]
  , "test": ["conflicts.sh"]
  , "deps": [["end-to-end", "tool-under-test"]]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "deps":
    [ "equality"
    , "equality-timeout"
    , "equality-properties"
    , "trees"
    , "conflicts"
    ]
  }
}