Blame view

Makefile 112 Bytes
d91893a12   Shrikant Sharat   Initial stuff. Th...
1
2
3
4
5
6
7
  .PHONY: tests itests
  
  tests:
  	ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
  
  itests:
  	cram -i --shell=zsh tests