Add a test of the runroot hub plugin.
This commit is contained in:
parent
144a656148
commit
b12905774f
3 changed files with 23 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue