Skip to content

Commit a3eafa9

Browse files
committed
more
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 1a26a2e commit a3eafa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ test-crdcel: apigen ## Run the integration tests of CEL validation in CRD defini
155155
.PHONY: test-extproc # This requires the extproc binary to be built.
156156
test-extproc: build.extproc ## Run the integration tests for extproc without controller or k8s at all.
157157
@$(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
158160
@echo "Run ExtProc test"
159161
@EXTPROC_BIN=$(OUTPUT_DIR)/extproc-$(shell go env GOOS)-$(shell go env GOARCH) go test ./tests/extproc/... $(GO_TEST_E2E_ARGS)
160162

0 commit comments

Comments
 (0)