From 1860c8679b8fee59b1a88913970e18045071a6fa Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Fri, 4 May 2018 15:00:11 -0500 Subject: [PATCH] Add tests target to Makefile for Deckhand Change-Id: I9a152c4ebb4c2b9637250720158acb0af5434288 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e401b17d..a0d82d79 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,10 @@ dry-run: clean tools/helm_tk.sh $(HELM) $(HELM) template charts/deckhand +.PHONY: tests +tests: + tox + # Make targets intended for use by the primary targets above. .PHONY: build_deckhand build_deckhand: