Skip to content
Snippets Groups Projects
Commit 13314340 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Makefile: Add `prove` to make test

parent ae830175
Branches
Tags
No related merge requests found
...@@ -45,6 +45,7 @@ purge: uninstall ...@@ -45,6 +45,7 @@ purge: uninstall
test: test:
@if which git > /dev/null; then : ; else echo "'git' not found, exiting..."; exit 1; fi @if which git > /dev/null; then : ; else echo "'git' not found, exiting..."; exit 1; fi
@if which prove > /dev/null; then prove; else echo "'prove' not found; not running tests"; fi
moo: moo:
@ which cowsay >/dev/null 2>&1 && cowsay "I hope you're happy now..." @ which cowsay >/dev/null 2>&1 && cowsay "I hope you're happy now..."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment