We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6e22 commit a9c0814Copy full SHA for a9c0814
tests.sh
@@ -17,6 +17,8 @@ fail() {
17
FAILURE=1
18
}
19
20
+mkdir -p ./target
21
+
22
# armv7r-none-eabi tests
23
for binary in hello registers svc; do
24
cargo run --target=armv7r-none-eabi --bin $binary | tee ./target/$binary-armv7r-none-eabi.out
0 commit comments