aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/sslendpoints/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/security/sslendpoints/Makefile')
-rw-r--r--test/security/sslendpoints/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/security/sslendpoints/Makefile b/test/security/sslendpoints/Makefile
index 2d6308826..cf5c34d72 100644
--- a/test/security/sslendpoints/Makefile
+++ b/test/security/sslendpoints/Makefile
@@ -10,6 +10,10 @@ all: docker-build
.PHONY: clean
clean: clean-docker-build clean-build
+.PHONY: test
+test:
+ go test ./...
+
.PHONY: docker-build
docker-build: ${BINARIES}
docker rm "${BUILD_DOCKER_CONTAINER}"