japaric-archived / rust-everywhere

SUPERSEDED by https://github.com/japaric/trust
Apache License 2.0
254 stars 12 forks source link

travis/linux/arm: run *all* tests under the emulator #26

Closed japaric closed 8 years ago

japaric commented 8 years ago

The previous code was calling qemu-arm -L (..) $test1 $test2 $test3 which only executes the first test. The new code calls qemu-arm -L (..) on each test binary.