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