mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-01-03 06:50:15 +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
|