From 40e0391f7f720337a9eed05ac894bf5478fe82fb Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Fri, 4 May 2018 13:58:08 -0500 Subject: [PATCH] Add tests makefile target to Armada Change-Id: I7a56585b0a9fa292eddf3f40976122813e95de54 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9f4fb164..1615a3d5 100644 --- a/Makefile +++ b/Makefile @@ -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