dlecan / rust-crosscompiler-arm

Docker images for Rust dedicated to cross compilation for ARM v6 and more
MIT License
50 stars 16 forks source link

'cargo test' doesn't work #1

Open dlecan opened 8 years ago

dlecan commented 8 years ago

cargo --version, cargo build ... work perfectly. But cargo test doesn't.

Running target/arm-unknown-linux-gnueabihf/debug/gdu-87960cd2401908e1
/source/target/arm-unknown-linux-gnueabihf/debug/gdu-87960cd2401908e1: 1: /source/target/arm-unknown-linux-gnueabihf/debug/gdu-87960cd2401908e1: Syntax error: word unexpected (expecting ")")
judy2k commented 7 years ago

I ran cargo test this morning and it worked fine!

❤️ this project by the way.

dlecan commented 7 years ago

Thank you for the feedback!