We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26a2e commit a3eafa9Copy full SHA for a3eafa9
Makefile
@@ -155,6 +155,8 @@ test-crdcel: apigen ## Run the integration tests of CEL validation in CRD defini
155
.PHONY: test-extproc # This requires the extproc binary to be built.
156
test-extproc: build.extproc ## Run the integration tests for extproc without controller or k8s at all.
157
@$(MAKE) build.testupstream CMD_PATH_PREFIX=tests/internal/testupstreamlib
158
+ @echo "Ensure func-e is built for test-extproc"
159
+ @@$(GO_TOOL) func-e help >/dev/null 2>&1
160
@echo "Run ExtProc test"
161
@EXTPROC_BIN=$(OUTPUT_DIR)/extproc-$(shell go env GOOS)-$(shell go env GOARCH) go test ./tests/extproc/... $(GO_TEST_E2E_ARGS)
162
0 commit comments