From b6a68c13c23d6ddf5b757ba7b8a16c014df8763c Mon Sep 17 00:00:00 2001 From: Pankaj Patil Date: Tue, 18 May 2021 13:27:09 +0530 Subject: [PATCH] add help in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f2eb0807e..e8deff520 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ help: @echo "test\n\texecute unit and integration tests" @echo "unit-tests\n\texecute unit tests" @echo "e2e-tests\n\texecute e2e tests" + @echo "e2e-admission-control-tests\n\texecute e2e admission control tests" @echo "validate\n\trun all validations" # build terrascan binary