makefile: unfortunately, the kivy nosetest with uix are segfault within setup.py. use external nosetests.

This commit is contained in:
Mathieu Virbel 2011-01-27 03:38:24 +01:00
parent 52a11e40ae
commit 60f9935d26
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,9 @@ hook:
chmod +x .git/hooks/pre-commit
test:
python setup.py nosetests
-rm -rf kivy/tests/build
nosetests kivy/tests
# python setup.py nosetests
cover:
coverage html --include='$(KIVY_DIR)*' --omit '$(KIVY_DIR)lib/*,$(KIVY_DIR)tools/*,$(KIVY_DIR)tests/*'
@ -31,6 +33,7 @@ clean:
-rm -rf htmlcov
-rm .coverage
-rm .noseids
-rm -rf kivy/tests/build
distclean: clean
-git clean -dxf