Mercurial > python-hglib
annotate Makefile @ 76:37307caccf54
add a script to run tests with nose plugins loaded
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Sat, 15 Oct 2011 20:09:59 +0200 |
parents | eac8be119d81 |
children | b3c2f0e6bda2 |
rev | line source |
---|---|
0 | 1 PYTHON=python |
2 help: | |
3 @echo 'Commonly used make targets:' | |
4 @echo ' tests - run all tests in the automatic test suite' | |
5 | |
6 all: help | |
7 | |
8 .PHONY: tests | |
9 | |
10 tests: | |
76
37307caccf54
add a script to run tests with nose plugins loaded
Idan Kamara <idankk86@gmail.com>
parents:
7
diff
changeset
|
11 $(PYTHON) test.py --with-doctest |