mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2026-04-03 19:12:32 +03: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
|