Add a test of the runroot hub plugin.

This commit is contained in:
Ralph Bean 2016-06-04 15:52:03 -04:00 committed by Mike McLean
parent 144a656148
commit b12905774f
3 changed files with 23 additions and 1 deletions

View file

@ -64,7 +64,7 @@ git-clean:
@git clean -d -q -x
test:
PYTHONPATH=hub/. nosetests --with-coverage --cover-package .
PYTHONPATH=hub/.:plugins/hub/. nosetests --with-coverage --cover-package .
subdirs:
for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1; done