summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/remote-execution/TARGETS')
-rw-r--r--test/end-to-end/remote-execution/TARGETS7
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 99518cfc..3c530fb4 100644
--- a/test/end-to-end/remote-execution/TARGETS
+++ b/test/end-to-end/remote-execution/TARGETS
@@ -41,6 +41,12 @@
, "test": ["dispatch.sh"]
, "deps": [["end-to-end", "tool-under-test"]]
}
+, "split-splice":
+ { "type": ["end-to-end", "with remote"]
+ , "name": ["split-splice"]
+ , "test": ["split-splice.sh"]
+ , "deps": [["end-to-end", "tool-under-test"]]
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
@@ -51,6 +57,7 @@
, "install"
, "install-cas"
, "dispatch"
+ , "split-splice"
]
}
}