]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Use 'test' as target for tests (common sense)
authorDaniel Hahler <git@thequod.de>
Sun, 16 Nov 2014 10:40:09 +0000 (11:40 +0100)
committerDaniel Hahler <git@thequod.de>
Sun, 16 Nov 2014 10:40:09 +0000 (11:40 +0100)
.travis.yml
Makefile

index b56caf2a75d6a825cae3356ecfcb72e56725f30b..00828baa65aa19671dbde96986c73237ccc70e9a 100644 (file)
@@ -4,4 +4,4 @@ python:
 before_script:
   - "sudo apt-get install zsh"
 install: "sudo pip install cram"
-script: "make tests"
+script: "make test"
index bed40b1d8678d2cec73a63e62ca306228bbabedf..a769734a63e00dc2a9d5007000b860d3cdec845b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-.PHONY: itests tests
+.PHONY: itest test
 
-itests:
+itest:
        ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
 
-tests:
+test:
        ZDOTDIR="${PWD}/tests" cram --shell=zsh tests