Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2022-01-26 17:24:29 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2022-01-26 17:24:29 +0300
commitffb818c4aeb5859e243f850fb1482b5fdeba008b (patch)
treef3209bb8bd7698eb7455cf0077f9d0c38984bb5f /Makefile.build.mk
parent496177d2363379f9a0fa71087dbbbae427ac7994 (diff)
parent06ac5159ed6bb6a3a78f678841ae494e3d569ab2 (diff)
Merge branch 'mock/resolver' into 'master'
test: update domain test to use mocked resolver See merge request gitlab-org/gitlab-pages!647
Diffstat (limited to 'Makefile.build.mk')
-rw-r--r--Makefile.build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index 562c9b86..2474ccbb 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -18,6 +18,7 @@ generate-mocks: .GOPATH/.ok
$Q bin/mockgen -source=internal/interface.go -destination=internal/mocks/mocks.go -package=mocks
$Q bin/mockgen -source=internal/source/source.go -destination=internal/mocks/source.go -package=mocks
$Q bin/mockgen -source=internal/mocks/api/client_stub.go -destination=internal/mocks/client.go -package=mocks
+ $Q bin/mockgen -source=internal/domain/resolver.go -destination=internal/mocks/resolver.go -package=mocks
build: .GOPATH/.ok
$Q GOBIN=$(CURDIR)/bin go install $(if $V,-v) $(VERSION_FLAGS) -tags "${GO_BUILD_TAGS}" -buildmode exe $(IMPORT_PATH)