3
0

add(makefile): scoped test.rbac target

This commit is contained in:
Tit Petric
2018-07-23 14:26:34 +02:00
parent 51b36d7bc7
commit 0333a0bf17

View File

@@ -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: