Commit d8a3007c48a1005393242b55012958ee3b80e35e
1 parent
9dd10834e9
Set ZDOTDIR for interactive tests recipe.
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
Makefile
1 | .PHONY: tests itests | 1 | .PHONY: tests itests |
2 | 2 | ||
3 | tests: | 3 | tests: |
4 | ZDOTDIR="${PWD}/tests" cram --shell=zsh tests | 4 | ZDOTDIR="${PWD}/tests" cram --shell=zsh tests |
5 | 5 | ||
6 | itests: | 6 | itests: |
7 | cram -i --shell=zsh tests | 7 | ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests |
8 | 8 |