From ebdfa49291a6cc448ca6642485fe383491460578 Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Fri, 4 May 2018 14:23:50 -0500 Subject: [PATCH] Add tests makefile target to Divingbell Note that the tests are a simple build of the helm charts for now. Left a TODO in place to get the existing test scripts updated to a current environment. Change-Id: Icc95ef88c86ab92069e2ed2470a140ef959f7040 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index e4181b9..3a06e0d 100644 --- a/Makefile +++ b/Makefile @@ -48,3 +48,9 @@ clean: .PHONY: charts charts: clean build-$(CHART) + +# TODO This needs to run the equivalent of what is in +# divingbell/tools/gate/setup.sh + test.sh . At present, this is +# being investigated on how to bring it up to date. +.PHONY: tests +tests: charts