# Originally taken from https://github.com/bitnami-labs/kube-manifests/,
# trimmed down to only run lib testing.
#
# Provides 'test' target.  Uses docker.
all:
	@echo make tests

tests:
	make -C tests

.PHONY: all tests
