default make target runs lint + tests

This commit is contained in:
Russell Haering 2013-10-05 15:41:26 -07:00
parent 936a4c17e6
commit 6831845510
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ UNITTESTS ?= ${CODEDIR}
PYTHONLINT=${SCRIPTSDIR}/python-lint.py
PYDIRS=${CODEDIR} ${SCRIPTSDIR}
default: lint test
test: unit
unit: