diff options
Diffstat (limited to 'test/end-to-end/symlinks/TARGETS')
-rw-r--r-- | test/end-to-end/symlinks/TARGETS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/end-to-end/symlinks/TARGETS b/test/end-to-end/symlinks/TARGETS index f70f2029..9394c5ee 100644 --- a/test/end-to-end/symlinks/TARGETS +++ b/test/end-to-end/symlinks/TARGETS @@ -4,5 +4,9 @@ , "test": ["stage-links.sh"] , "deps": [["", "tool-under-test"]] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["stage-links"]} +, "TESTS": + { "type": ["@", "rules", "test", "suite"] + , "stage": ["symlinks"] + , "deps": ["stage-links"] + } } |