From ecbb60b20b85629f60faacf88d192822a33ff1f1 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 4 Dec 2024 11:45:12 +0100 Subject: Add initial tests for just-lock --- test/end-to-end/TARGETS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/end-to-end/TARGETS') diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index c78d2c05..c5fe7472 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -10,6 +10,10 @@ ["@", "src", "", "bin/just-deduplicate-repos.py"] } } +, "lock-tool-under-test": + { "type": "install" + , "files": {"bin/lock-tool-under-test": ["@", "src", "", "bin/just-lock.py"]} + } , "remote tests (unconfigured)": { "type": ["@", "rules", "test", "suite"] , "arguments_config": ["TEST_COMPATIBLE_REMOTE", "TEST_BOOTSTRAP_JUST_MR"] @@ -66,6 +70,7 @@ , ["./", "gc", "TESTS"] , ["./", "generated-binary", "TESTS"] , ["./", "git-import", "TESTS"] + , ["./", "just-lock", "TESTS"] , ["./", "symlinks", "TESTS"] , ["./", "target-cache", "TESTS"] , ["./", "target-tests", "TESTS"] -- cgit v1.2.3