Commit 09fd0f009cf5571b2de99f04a439551dfde1ccb0

Authored by Shrikant Sharat
1 parent 6d333dfa0d

Add separate non-interactive test run.

Showing 1 changed file with 5 additions and 2 deletions Inline Diff

1 .PHONY: tests 1 .PHONY: itests tests
2 2
3 tests: 3 itests:
4 ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests 4 ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
5
6 tests:
7 ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
5 8