summaryrefslogtreecommitdiff
path: root/test/end-to-end/symlinks/TARGETS
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-03 17:46:29 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-04 14:34:44 +0200
commited9d313e2c8f5be107be07814764066db7929c66 (patch)
tree416c76155b0bb6c50beef3948e7a38b58f87542f /test/end-to-end/symlinks/TARGETS
parent97bd521804d8b54230ec114c2dddf64c6c491dde (diff)
downloadjustbuild-ed9d313e2c8f5be107be07814764066db7929c66.tar.gz
test: Add check that TREE references reject upwards symlinks
Diffstat (limited to 'test/end-to-end/symlinks/TARGETS')
-rw-r--r--test/end-to-end/symlinks/TARGETS8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/end-to-end/symlinks/TARGETS b/test/end-to-end/symlinks/TARGETS
index 9394c5ee..d0bdda1c 100644
--- a/test/end-to-end/symlinks/TARGETS
+++ b/test/end-to-end/symlinks/TARGETS
@@ -4,9 +4,15 @@
, "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"]
+ , "deps": ["stage-links", "tree-reference"]
}
}