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