From 967cc82bfd3ae57fa942f2bcaca780db0d918f60 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 23 Feb 2024 16:20:05 +0100 Subject: Add split-splice end-to-end test --- test/end-to-end/remote-execution/TARGETS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/end-to-end/remote-execution/TARGETS') 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" ] } } -- cgit v1.2.3