aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-07-27 14:48:12 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-07-27 14:48:12 +0100
commit3a4201aeb1c8f7727a333f07eccd763624337e94 (patch)
treef34e8f3f4b136422942bd00836cd45c3ca536b42 /Makefile
parentdde369a6963382fe452b4f82f3953ca8c7f00e63 (diff)
downloaddjango-wkhtmltopdf-3a4201aeb1c8f7727a333f07eccd763624337e94.tar.gz
django-wkhtmltopdf-3a4201aeb1c8f7727a333f07eccd763624337e94.tar.bz2
django-wkhtmltopdf-3a4201aeb1c8f7727a333f07eccd763624337e94.zip
Add testing to the makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c5f9321..b15be42 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,5 @@ SHELL := /bin/bash
release:
python setup.py register sdist upload
+test:
+ python wkhtmltopdf/_testproject/manage.py test wkhtmltopdf