summaryrefslogtreecommitdiff
path: root/test/end-to-end/gc/TARGETS
blob: 5d3cb38bae06046adab8fd9127c0473195432419 (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
{ "basic":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["basic"]
  , "test": ["basic.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "compactification":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["compactification"]
  , "test": ["compactification.sh"]
  , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
  }
, "export":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["export"]
  , "test": ["export.sh"]
  , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
  }
, "tc-deps":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["tc-deps"]
  , "test": ["tc-deps.sh"]
  , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
  }
, "reconstruct-executable":
  { "type": ["@", "rules", "shell/test", "script"]
  , "name": ["reconstruct-executable"]
  , "test": ["reconstruct-executable.sh"]
  , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["gc"]
  , "deps":
    [ "basic"
    , "compactification"
    , "export"
    , "tc-deps"
    , "reconstruct-executable"
    ]
  }
}