summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-30 08:58:16 +0100
committergbrandl <devnull@localhost>2006-10-30 08:58:16 +0100
commit774af50b54d2ada20167b8b11a63d077b41ca5a9 (patch)
tree63876f260526e4aa78c5bebb758efbdef55e9ca9 /Makefile
parentc42b7e1df1a4bcd5107b2a118b74d8dd476b0223 (diff)
downloadpygments-774af50b54d2ada20167b8b11a63d077b41ca5a9.tar.gz
[svn] Add a new unit test, reduce size of some examples, fix a few errors.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86938799..daf11ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,4 +64,4 @@ reindent:
@$(PYTHON) scripts/reindent.py -r -B .
test:
- @$(PYTHON) tests/run.py
+ @$(PYTHON) tests/run.py $(TESTS)