# Copied from Richard Hartmann's vcsh:
# https://github.com/RichiH/vcsh/blob/master/Makefile
test:
@if which git > /dev/null;then : ;elseecho"'git' not found, exiting...";exit 1;fi
@if which prove > /dev/null;then prove;elseecho"'prove' not found; not running tests";fi