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

Cross compile tests #218

Open
Bluebugs opened this issue Jan 11, 2024 · 0 comments
Open

Cross compile tests #218

Bluebugs opened this issue Jan 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Bluebugs
Copy link
Contributor

Is your feature request related to a problem? Please describe:

Currently if we want to run go test on a specific target with fyne, we can't use fyne-cross and have to setup a full build system for that target.

Is it possible to construct a solution with the existing API?

We can not at the moment build go test for any of the OS supported by fyne-cross, but using fyne-cross-image it should be possible to run go test -c to generate the tests binary without running it.

Describe the solution you'd like to see:

Add a -tests flag or equivalent for all OS that will generate the binary that contain all tests, but not run it.

@Bluebugs Bluebugs added the enhancement New feature or request label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant