diff options
Diffstat (limited to 'test/end-to-end/git-import/TARGETS')
-rw-r--r-- | test/end-to-end/git-import/TARGETS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/test/end-to-end/git-import/TARGETS b/test/end-to-end/git-import/TARGETS index 070a929e..4f59b834 100644 --- a/test/end-to-end/git-import/TARGETS +++ b/test/end-to-end/git-import/TARGETS @@ -55,6 +55,16 @@ , "keep": ["repos-full.json", "actions-full.json", "repos.json", "actions.json"] } +, "tree_structure": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["tree_structure"] + , "test": ["tree_structure.sh"] + , "deps": + [ ["", "mr-tool-under-test"] + , ["", "tool-under-test"] + , ["end-to-end", "git-import-under-test"] + ] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "arguments_config": ["TEST_BOOTSTRAP_JUST_MR"] @@ -66,7 +76,8 @@ , { "type": "if" , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} , "then": [] - , "else": ["chained-import", "annotations", "computed"] + , "else": + ["chained-import", "annotations", "computed", "tree_structure"] } ] } |