diff options
Diffstat (limited to 'test/end-to-end/remote-execution/TARGETS')
-rw-r--r-- | test/end-to-end/remote-execution/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS index 9d3709a6..727197b9 100644 --- a/test/end-to-end/remote-execution/TARGETS +++ b/test/end-to-end/remote-execution/TARGETS @@ -23,6 +23,12 @@ , "test": ["install.sh"] , "deps": [["end-to-end", "tool-under-test"]] } +, "execute": + { "type": ["end-to-end", "with remote"] + , "name": ["execute"] + , "test": ["execute.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } , "install-cas": { "type": ["end-to-end", "with remote"] , "name": ["install-cas"] @@ -79,6 +85,7 @@ , "install-cas" , "dispatch" , "split-splice" + , "execute" ] , { "type": "if" , "cond": |