Blame view
Makefile
135 Bytes
|
d91893a12
|
1 2 3 4 5 6 |
.PHONY: tests itests
tests:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
itests:
|
|
d8a3007c4
|
7 |
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
|