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