diff options
Diffstat (limited to 'test/end-to-end/cli/TARGETS')
-rw-r--r-- | test/end-to-end/cli/TARGETS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/end-to-end/cli/TARGETS b/test/end-to-end/cli/TARGETS index b45a0f10..9439767b 100644 --- a/test/end-to-end/cli/TARGETS +++ b/test/end-to-end/cli/TARGETS @@ -4,5 +4,12 @@ , "test": ["defaults.sh"] , "deps": [["end-to-end", "tool-under-test"]] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["defaults"]} +, "pwd": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["pwd"] + , "test": ["pwd.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["defaults", "pwd"]} } |