summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/end-to-end/serve-service/TARGETS24
1 files changed, 23 insertions, 1 deletions
diff --git a/test/end-to-end/serve-service/TARGETS b/test/end-to-end/serve-service/TARGETS
index 6236dab7..7eeecafe 100644
--- a/test/end-to-end/serve-service/TARGETS
+++ b/test/end-to-end/serve-service/TARGETS
@@ -149,7 +149,7 @@
[["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]]
, "repos": ["serve-many-targets (data)"]
}
-, "TESTS":
+, "TESTS (unconfigured)":
{ "type": "install"
, "tainted": ["test"]
, "arguments_config": ["TEST_COMPATIBLE_REMOTE"]
@@ -182,4 +182,26 @@
, [["./", "serve-distdir-root", "TESTS"], "serve-distdir-root"]
]
}
+, "TESTS (separate remote)":
+ { "type": "configure"
+ , "tainted": ["test"]
+ , "target": "TESTS (unconfigured)"
+ , "config":
+ {"type": "singleton_map", "key": "TEST_STANDALONE_SERVE", "value": false}
+ }
+, "TESTS (standalone serve)":
+ { "type": "configure"
+ , "tainted": ["test"]
+ , "target": "TESTS (unconfigured)"
+ , "config":
+ {"type": "singleton_map", "key": "TEST_STANDALONE_SERVE", "value": true}
+ }
+, "TESTS":
+ { "type": "install"
+ , "tainted": ["test"]
+ , "dirs":
+ [ ["TESTS (separate remote)", "separate-remote"]
+ , ["TESTS (standalone serve)", "standalone-serve"]
+ ]
+ }
}