Fix tests.

This commit is contained in:
Naoki INADA
2009-06-29 11:21:28 +09:00
parent 9015bd4ecf
commit b5010c71a9
2 changed files with 9 additions and 2 deletions

7
python/Makefile Normal file
View File

@@ -0,0 +1,7 @@
all:
python setup.py build
python setup.py sdist
.PHONY: test
test:
nosetests test