diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-04 11:45:12 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-11 12:41:21 +0100 |
commit | ecbb60b20b85629f60faacf88d192822a33ff1f1 (patch) | |
tree | 9114bc54bbfb3ed6dc4a6198ec17a6cbc77e8f3c /test/end-to-end/TARGETS | |
parent | e1f12cb2411ac4e47d619d85a15c4118236d6cc6 (diff) | |
download | justbuild-ecbb60b20b85629f60faacf88d192822a33ff1f1.tar.gz |
Add initial tests for just-lock
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 5 |
1 files changed, 5 insertions, 0 deletions
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"] |