diff options
Diffstat (limited to 'test/end-to-end/remote-execution/TARGETS')
-rw-r--r-- | test/end-to-end/remote-execution/TARGETS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS index 951499d1..01c80184 100644 --- a/test/end-to-end/remote-execution/TARGETS +++ b/test/end-to-end/remote-execution/TARGETS @@ -44,6 +44,7 @@ , "TESTS": { "type": "install" , "tainted": ["test"] - , "deps": ["native-protocol", "large-blobs", "upload-test", "install"] + , "deps": + ["native-protocol", "large-blobs", "upload-test", "install", "install-cas"] } } |