1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2025-12-15 10:45:13 +02:00

Add tests

This commit is contained in:
Arash Rouhani
2013-09-08 18:32:16 +02:00
parent b849670591
commit 08fec15f31
5 changed files with 101 additions and 1 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: itests tests
itests:
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
tests:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests