Skip to content

Commit 32d4165

Browse files
improve move test framework
1 parent 0f62f83 commit 32d4165

12 files changed

+1114
-199
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ generate-go-core: $(CONTROLLER_GEN) $(CONVERSION_GEN)
189189
$(CONTROLLER_GEN) \
190190
object:headerFile=./hack/boilerplate/boilerplate.generatego.txt \
191191
paths=./api/... \
192-
paths=./cmd/clusterctl/api/...
192+
paths=./cmd/clusterctl/api/... \
193+
paths=./cmd/clusterctl/pkg/internal/test/providers/...
193194
$(CONVERSION_GEN) \
194195
--input-dirs=./api/v1alpha2 \
195196
--output-file-base=zz_generated.conversion \

0 commit comments

Comments
 (0)