Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GO_TEST_WASM_BINS for Wasm plugin testing #177

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

emcfarlane
Copy link
Contributor

This adds a new env var GO_TEST_WASM_BINS similar to GO_TEST_BINS that allows tests to depend on Wasm binaries.

Copy link
Member

@mfridman mfridman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My initial reaction was this probably doesn't belong in makego, but after checking our usage of installtest, e.g.,

installtest:: $(PROTOC) $(PROTOC_GEN_GO)

This doesn't seem too out-of-place to ensure a bit of consistency how we're doing this across our repos.

@emcfarlane emcfarlane merged commit f03b4af into main Dec 17, 2024
4 checks passed
@emcfarlane emcfarlane deleted the ed/testWasmBins branch December 17, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants