mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-16 13:20:59 +02:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
.PHONY: itests tests
|
||
|
|
||
|
itests:
|
||
|
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
|
||
|
|
||
|
tests:
|
||
|
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
|