summaryrefslogtreecommitdiff
path: root/test/end-to-end/symlinks/TARGETS
blob: d0bdda1c4afca9e5b693b74f3206bee48edac775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "stage-links":
  { "type": ["end-to-end", "with remote"]
  , "name": ["stage-links"]
  , "test": ["stage-links.sh"]
  , "deps": [["", "tool-under-test"]]
  }
, "tree-reference":
  { "type": ["end-to-end", "with remote"]
  , "name": ["tree-reference"]
  , "test": ["tree-reference.sh"]
  , "deps": [["", "mr-tool-under-test"], ["", "tool-under-test"]]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["symlinks"]
  , "deps": ["stage-links", "tree-reference"]
  }
}