summaryrefslogtreecommitdiff
path: root/test/end-to-end/cli/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/cli/TARGETS')
-rw-r--r--test/end-to-end/cli/TARGETS8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/end-to-end/cli/TARGETS b/test/end-to-end/cli/TARGETS
index 20082fd7..5b1e8370 100644
--- a/test/end-to-end/cli/TARGETS
+++ b/test/end-to-end/cli/TARGETS
@@ -48,6 +48,13 @@
, "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
, "keep": ["src.tar", "reconstructed.tar", "fromstdout.tar"]
}
+, "install archived repo":
+ { "type": ["@", "rules", "shell/test", "script"]
+ , "name": ["install-archived-repo"]
+ , "test": ["install-archived-repo.sh"]
+ , "deps": [["", "tool-under-test"], ["", "mr-tool-under-test"]]
+ , "keep": ["src.tar", "reconstructed.tar", "fromstdout.tar"]
+ }
, "conflict report":
{ "type": ["@", "rules", "shell/test", "script"]
, "name": ["conflict-report"]
@@ -80,6 +87,7 @@
, "analyse"
, "git cas -P"
, "install --archive"
+ , "install archived repo"
, "conflict report"
, "describe"
]