Blame view
Makefile
88 Bytes
|
35c893da7
|
1 |
.PHONY: tests |
|
d91893a12
|
2 3 |
tests: |
|
e67f8fe66
|
4 |
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests/branch-bundle.t
|
|
35c893da7
|
1 |
.PHONY: tests |
|
d91893a12
|
2 3 |
tests: |
|
e67f8fe66
|
4 |
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests/branch-bundle.t
|