summaryrefslogtreecommitdiff
path: root/test/end-to-end/target-cache/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/target-cache/TARGETS')
-rw-r--r--test/end-to-end/target-cache/TARGETS14
1 files changed, 13 insertions, 1 deletions
diff --git a/test/end-to-end/target-cache/TARGETS b/test/end-to-end/target-cache/TARGETS
index 36f8a59b..3a02df18 100644
--- a/test/end-to-end/target-cache/TARGETS
+++ b/test/end-to-end/target-cache/TARGETS
@@ -16,6 +16,18 @@
, "bootstrap-src-staged"
]
}
+, "serve-sync":
+ { "type": ["end-to-end", "with serve"]
+ , "name": ["serve-sync"]
+ , "test": ["serve-sync.sh"]
+ , "deps":
+ [ ["", "tool-under-test"]
+ , ["", "mr-tool-under-test"]
+ , ["./", "data", "lib with generated hdr"]
+ , "bootstrap-src-staged"
+ ]
+ , "repos": [["./", "data", "lib with generated hdr"]]
+ }
, "export-extern":
{ "type": ["@", "rules", "shell/test", "script"]
, "name": ["export-extern"]
@@ -35,7 +47,7 @@
, { "type": "if"
, "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"}
, "then": []
- , "else": ["artifacts-sync"]
+ , "else": ["artifacts-sync", "serve-sync"]
}
]
}