summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-06-05 08:58:43 +0000
committergeorg.brandl <devnull@localhost>2008-06-05 08:58:43 +0000
commit2ee86c0101c9c6a9e708fdcf344b21120a6d5db7 (patch)
tree817e7524f4f9c5b9caa7c4ce80af63d097cfdefa /Makefile
parent36235e91bccff3ccf0b800a63634167332fd86bc (diff)
downloadsphinx-2ee86c0101c9c6a9e708fdcf344b21120a6d5db7.tar.gz
Add a test suite skeleton, a first test for sphinx.config, and fix a bug in config.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2911fd0a..6ed9cad1 100644
--- a/Makefile
+++ b/Makefile
@@ -25,3 +25,6 @@ pylint:
reindent:
@$(PYTHON) utils/reindent.py -r -B .
+
+test:
+ @cd tests; $(PYTHON) run.py