mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-05 01:10:59 +02:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
.PHONY: itest test
|
|
|
|
itest:
|
|
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
|
|
|
|
test:
|
|
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
|