Add tests target to Makefile for Deckhand

Change-Id: I9a152c4ebb4c2b9637250720158acb0af5434288
This commit is contained in:
Bryan Strassner 2018-05-04 15:00:11 -05:00
parent 7385d07739
commit 1860c8679b
1 changed files with 4 additions and 0 deletions

View File

@ -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: