Skip to content
Snippets Groups Projects
Commit 2333a527 authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix arm... yet again...

parent e6280d86
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ if [ "$TARGET" = "arm-linux-androideabi" ]; then
adb push /root/target/$TARGET/debug/all-* /data/test
adb shell /data/test
elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then
qemu-arm -L /usr/arm-linux-gnueabi libc-test/target/$TARGET/debug/all-*
qemu-arm -L /usr/arm-linux-gnueabihf libc-test/target/$TARGET/debug/all-*
else
cargo test --manifest-path libc-test/Cargo.toml --target $TARGET
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment