diff options
Diffstat (limited to 'test/end-to-end/just-lock/TARGETS')
-rw-r--r-- | test/end-to-end/just-lock/TARGETS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/end-to-end/just-lock/TARGETS b/test/end-to-end/just-lock/TARGETS index 7e31b1d0..30df531b 100644 --- a/test/end-to-end/just-lock/TARGETS +++ b/test/end-to-end/just-lock/TARGETS @@ -98,6 +98,16 @@ , ["end-to-end", "lock-tool-under-test"] ] } +, "clone-git": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["clone-git"] + , "test": ["clone/git-repos.sh"] + , "deps": + [ ["", "mr-tool-under-test"] + , ["", "tool-under-test"] + , ["end-to-end", "lock-tool-under-test"] + ] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "arguments_config": ["TEST_BOOTSTRAP_JUST_MR"] @@ -117,6 +127,7 @@ , "git-tree-imports" , "plain-imports" , "clone-file" + , "clone-git" ] } ] |