summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution/TARGETS
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2024-02-23 16:20:05 +0100
committerSascha Roloff <sascha.roloff@huawei.com>2024-02-26 17:16:21 +0100
commit967cc82bfd3ae57fa942f2bcaca780db0d918f60 (patch)
tree0ab1d4e5252ebd34644a5d13086d7718987fb44d /test/end-to-end/remote-execution/TARGETS
parentf48192df95af3259e93a3a49ec3df19de2e646fd (diff)
downloadjustbuild-967cc82bfd3ae57fa942f2bcaca780db0d918f60.tar.gz
Add split-splice end-to-end test
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"
]
}
}