summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2013-06-22 13:35:56 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2013-06-22 13:35:56 +0100
commitb3b452ced0628134762b2214c2e7f324294dfef7 (patch)
tree49aadff3408f8840e2c8812c0e83ecedcfe0c45b /Makefile
parent99da49167f69f1e1dd20b0b359e43fd6252b1bd9 (diff)
downloadgitano-b3b452ced0628134762b2214c2e7f324294dfef7.tar.gz
Add empty command yarns
In order that we can test every command individually, we want a yarn for each command. These tests should be run before any of the more complex scenarios. As such, we group them all under 02-commands. For now, these yarn files are empty. As time goes by we will add tests for everything these commands can do.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eef10ac..7368df4 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,14 @@ BINS := gitano-setup
TEST_BIN_NAMES := gitano-test-tool
-TESTS := 01-basics
+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-group 02-commands-help 02-commands-ls 02-commands-readme \
+ 02-commands-rename 02-commands-set-description 02-commands-set-head \
+ 02-commands-set-owner 02-commands-sshkey 02-commands-user \
+ 02-commands-whoami
+
MODS := gitano \
\