Blame view

Makefile 170 Bytes
09fd0f009   Shrikant Sharat   Add separate non-...
1
  .PHONY: itests tests
d91893a12   Shrikant Sharat   Initial stuff. Th...
2

164249dff   Shrikant Sharat   Remove .env and a...
3
  TESTS ?= tests
09fd0f009   Shrikant Sharat   Add separate non-...
4
  itests:
164249dff   Shrikant Sharat   Remove .env and a...
5
  	${MAKE} tests CRAM_OPTS=-i
09fd0f009   Shrikant Sharat   Add separate non-...
6
7
  
  tests:
164249dff   Shrikant Sharat   Remove .env and a...
8
  	. .pyenv/bin/activate && ZDOTDIR="${PWD}/tests" cram ${CRAM_OPTS} --shell=zsh ${TESTS}