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