aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f0579c..adefdd2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@
# https://github.com/RichiH/vcsh/blob/master/Makefile
test:
@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
+ @if which prove > /dev/null; then source virtualenv/bin/activate; prove; else echo "'prove' not found; not running tests"; fi