diff options
Diffstat (limited to 'test/end-to-end/execution-service/TARGETS')
-rw-r--r-- | test/end-to-end/execution-service/TARGETS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/end-to-end/execution-service/TARGETS b/test/end-to-end/execution-service/TARGETS index a5ae6322..2d4b63b7 100644 --- a/test/end-to-end/execution-service/TARGETS +++ b/test/end-to-end/execution-service/TARGETS @@ -4,5 +4,15 @@ , "test": ["simple_build.sh"] , "deps": [["end-to-end", "tool-under-test"]] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["simple_build"]} +, "tree_inputs": + { "type": ["end-to-end", "with remote"] + , "name": ["tree_inputs"] + , "test": ["tree_inputs.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } +, "TESTS": + { "type": "install" + , "tainted": ["test"] + , "deps": ["simple_build", "tree_inputs"] + } } |