summaryrefslogtreecommitdiff
path: root/test/end-to-end/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-12-23 14:44:05 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-12-23 17:08:12 +0100
commite30f490bef55f0897bdf5ebf757324b181b4de42 (patch)
tree454820c144bf51fb7fee3c419d3fe5a31db3abc0 /test/end-to-end/TARGETS
parent408c7be636d247f9131b465fe6e78aa36946ecba (diff)
downloadjustbuild-e30f490bef55f0897bdf5ebf757324b181b4de42.tar.gz
end-to-end tests: go through a single target for just-mr
... so that we can switch in one go and have all tests use a new just-mr tool, e.g., once we consider the C++ implementation fully ready. This single point of switch will be relevant as the next commit will add the first end-to-end test for just-mr itself.
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r--test/end-to-end/TARGETS4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS
index 979323d3..5eb95271 100644
--- a/test/end-to-end/TARGETS
+++ b/test/end-to-end/TARGETS
@@ -1,5 +1,9 @@
{ "tool-under-test":
{"type": "install", "files": {"bin/tool-under-test": [".", "just"]}}
+, "mr-tool-under-test":
+ { "type": "install"
+ , "files": {"bin/mr-tool-under-test": ["", "bin/just-mr.py"]}
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]