Blame view
Makefile
72 Bytes
|
35c893da7
|
1 |
.PHONY: tests |
|
d91893a12
|
2 3 |
tests: |
|
72c01604f
|
4 |
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
|
|
35c893da7
|
1 |
.PHONY: tests |
|
d91893a12
|
2 3 |
tests: |
|
72c01604f
|
4 |
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
|