1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-18 07:20:11 +03:00

Use 'test' as target for tests (common sense)

This commit is contained in:
Daniel Hahler 2014-11-16 11:40:09 +01:00
parent 64bbb2f305
commit 98f0ec81fe
2 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ python:
before_script:
- "sudo apt-get install zsh"
install: "sudo pip install cram"
script: "make tests"
script: "make test"

View File

@ -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