Skip to content

Commit 78b0c21

Browse files
committed
chore: add airbox mock generation to Makefile
1 parent 7dde461 commit 78b0c21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ vet:
2525
mocks:
2626
mockgen --source $(GOPATH)/pkg/mod/github.com/mittwald/go-helm-client@v0.12.15/interface.go -destination internal/helm/mock/mock.go -package mock
2727
mockgen --source internal/http/client.go -destination internal/http/mock/mock.go -package mock
28+
mockgen --source internal/ui/ui.go -destination internal/ui/mock/mock.go -package mock
29+
mockgen --source internal/airbox/config_store.go -destination internal/airbox/mock/config.go -package mock
30+
mockgen --source internal/auth/auth.go -destination internal/auth/mocks_creds_test.go -package auth
31+
mockgen --source internal/api/client.go -destination internal/api/mock/mock.go -package mock
32+
mockgen --source internal/k8s/cluster.go -destination internal/k8s/mock/cluster.go -package mock
2833

2934
.PHONY: tools
3035
tools:

0 commit comments

Comments
 (0)