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