rust-hypervisor-firmware icon indicating copy to clipboard operation
rust-hypervisor-firmware copied to clipboard

Expore running tests on the main target

Open josephlr opened this issue 6 years ago • 0 comments
trafficstars

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).

josephlr avatar Nov 06 '19 19:11 josephlr