diff options
Diffstat (limited to 'test/end-to-end/cli/TARGETS')
-rw-r--r-- | test/end-to-end/cli/TARGETS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/end-to-end/cli/TARGETS b/test/end-to-end/cli/TARGETS index 2306af70..b4a8f996 100644 --- a/test/end-to-end/cli/TARGETS +++ b/test/end-to-end/cli/TARGETS @@ -16,9 +16,15 @@ , "test": ["install.sh"] , "deps": [["end-to-end", "tool-under-test"]] } +, "build -P": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["build-P"] + , "test": ["build-p.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } , "TESTS": { "type": "install" , "tainted": ["test"] - , "deps": ["defaults", "pwd", "install"] + , "deps": ["defaults", "pwd", "install", "build -P"] } } |