Skip to content

Commit

Permalink
Change the 'alltests' Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Jun 13, 2020
1 parent 1c482d2 commit 8531bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ lint:

.PHONY: alltests
alltests:
flake8 adb_shell/ && pylint adb_shell/ && coverage run --source adb_shell setup.py test && coverage report -m
flake8 adb_shell/ && pylint adb_shell/ && coverage run --source adb_shell -m unittest discover -s tests/ -t . && coverage report -m

0 comments on commit 8531bb6

Please sign in to comment.