summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-12-04 16:07:16 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-12-04 16:07:16 +0000
commit3789d955ef6f3d752f93db610a7de2c33851863b (patch)
treeb556e9584c61882e75d8dcca4acf6d96c10ab559 /Makefile
parent0d484da0bd746eb79e608ad1e8cde056d7f89d65 (diff)
downloadgitano-3789d955ef6f3d752f93db610a7de2c33851863b.tar.gz
testing: Add tests for rsync plugin
It's an interesting plugin, that may not hang around since its intended user disappeared. It has some value as an example of gitano extensibility, but not sufficient to rewrite it if it becomes broken. However we won't know when it becomes broken and a candidate for removal unless we test it regularly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 263c3e3..d82eec1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ TESTS := 01-basics 02-commands-as 02-commands-config 02-commands-copy \
02-commands-count-objects 02-commands-create 02-commands-destroy \
02-commands-fsck 02-commands-gc 02-commands-graveyard \
02-commands-git-upload-archive 02-commands-group 02-commands-help \
- 02-commands-ls 02-commands-readme 02-commands-rename \
+ 02-commands-ls 02-commands-readme 02-commands-rename 02-commands-rsync \
02-commands-sshkey 02-commands-user 02-commands-whoami 03-cgit-support