From 0333a0bf17b8958e832c595b59f0ace5cc4b86c8 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Mon, 23 Jul 2018 14:26:34 +0200 Subject: [PATCH] add(makefile): scoped test.rbac target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 810f09034..ae7f1f669 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build realize dep spec protobuf test qa qa.test qa.vet codegen +.PHONY: build realize dep spec protobuf test test.rbac qa qa.test qa.vet codegen PKG = "github.com/$(shell cat .project)" @@ -42,6 +42,9 @@ protobuf: $(PROTOC) test: $(GOTEST) $(GOTEST) -cover -v ./... +test.rbac: $(GOTEST) + $(GOTEST) -cover -v ./rbac + qa: qa.vet qa.test qa.vet: