Mercurial > python-hglib
diff Makefile @ 0:79f88b4db15f
Initial commit
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Wed, 20 Jul 2011 16:09:34 -0500 |
parents | |
children | eac8be119d81 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Wed Jul 20 16:09:34 2011 -0500 @@ -0,0 +1,11 @@ +PYTHON=python +help: + @echo 'Commonly used make targets:' + @echo ' tests - run all tests in the automatic test suite' + +all: help + +.PHONY: tests + +tests: + cd tests && $(PYTHON) $(HGREPO)/tests/run-tests.py -l $(TESTFLAGS)