File: Makefile

package info (click to toggle)
zsh-antigen 1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • ctags: 6
  • sloc: makefile: 10; sh: 4
file content (10 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
.PHONY: itests tests

PYENV ?= . .pyenv/bin/activate &&
TESTS ?= tests

itests:
	${MAKE} tests CRAM_OPTS=-i

tests:
	${PYENV} ZDOTDIR="${PWD}/tests" cram ${CRAM_OPTS} --shell=zsh ${TESTS}