You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Right now all the tests run on the host. In an ideal world, we would set
.cargo/config
'sbuild.target
to be our custom target and have everything (xbuild
,xclippy
,xtest
, etc...) build for the main target. This is howblog_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).
The text was updated successfully, but these errors were encountered: