Add gwift directory in Makefile

This commit is contained in:
Cédric 2015-12-28 15:12:23 +01:00
parent d40155b851
commit 0f6e189f53
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ help:
@echo " coverage to run coverage check of the source files."
coverage:
coverage run --source='.' manage.py test; coverage report; coverage html;
@echo "Testing of coverage in the sources finished."
coverage run --source='gwift' manage.py test; coverage report; coverage html;
@echo "Testing of coverage in the sources finished."