diff options
| author | georg.brandl <devnull@localhost> | 2008-06-05 08:58:43 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-06-05 08:58:43 +0000 |
| commit | 2ee86c0101c9c6a9e708fdcf344b21120a6d5db7 (patch) | |
| tree | 817e7524f4f9c5b9caa7c4ce80af63d097cfdefa /Makefile | |
| parent | 36235e91bccff3ccf0b800a63634167332fd86bc (diff) | |
| download | sphinx-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,3 +25,6 @@ pylint: reindent: @$(PYTHON) utils/reindent.py -r -B . + +test: + @cd tests; $(PYTHON) run.py |
