Add tests makefile target to Armada

Change-Id: I7a56585b0a9fa292eddf3f40976122813e95de54
This commit is contained in:
Bryan Strassner 2018-05-04 13:58:08 -05:00
parent 331b443e58
commit 40e0391f7f
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ clean:
rm -rf build
# testing checks
.PHONY: tests
tests: check-tox helm_lint
tox
.PHONY: test-all
test-all: check-tox helm_lint
tox