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

Expore running tests on the main target #22

Open
josephlr opened this issue Nov 6, 2019 · 0 comments
Open

Expore running tests on the main target #22

josephlr opened this issue Nov 6, 2019 · 0 comments

Comments

@josephlr
Copy link
Contributor

josephlr commented Nov 6, 2019

Right now all the tests run on the host. In an ideal world, we would set .cargo/config's build.target to be our custom target and have everything (xbuild, xclippy, xtest, etc...) build for the main target. This is how blog_os does it.

We would have to setup a custom testing framework however, which could be complex. We would also have to figure out an easy way to run the tests without too much hassle (maybe once #6 is done).

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

No branches or pull requests

1 participant