Skip to content

alexcrichton/cross-test-arm-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing ARM on x86 with QEMU

First, build the docker image:

docker build .

Next, run the docker image:

docker run -it $image

Finally, test it out:

docker exec -it $container \
    testd/target/release/testc \
    testd/target/arm-unknown-linux-gnueabihf/release/hello

This command will ship the hello binary to the emulator, run it, then receive back the test results and print them out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published