Blame view
Makefile
188 Bytes
|
09fd0f009
|
1 |
.PHONY: itests tests |
|
d91893a12
|
2 |
|
|
5d3a3ee01
|
3 |
PYENV ?= . .pyenv/bin/activate && |
|
164249dff
|
4 |
TESTS ?= tests |
|
09fd0f009
|
5 |
itests: |
|
164249dff
|
6 |
${MAKE} tests CRAM_OPTS=-i
|
|
09fd0f009
|
7 8 |
tests: |
|
5d3a3ee01
|
9 |
${PYENV} ZDOTDIR="${PWD}/tests" cram ${CRAM_OPTS} --shell=zsh ${TESTS}
|