Add test-remote target - remote is not tested with test target

This commit is contained in:
Darko Poljak 2018-03-09 10:00:14 +01:00
commit 5090038e4c
3 changed files with 13 additions and 0 deletions

View file

@ -247,5 +247,8 @@ pub:
test:
$(helper) $@
test-remote:
$(helper) $@
pep8:
$(helper) $@