init commit
This commit is contained in:
.cargo
.gitignoreCargo.tomlLICENSE-APACHELICENSE-MITNOTICEREADME.mdexamples
embassy
simple
zedboard
experiments
gdb.gdbmemory.xrust-toolchain.tomlscripts
vscode
zedboard-fpga-design
zynq7000-embassy
zynq7000-hal
zynq7000-rt
zynq7000
3
scripts/unittest.sh
Executable file
3
scripts/unittest.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cargo +stable test --target $(rustc -vV | grep host | cut -d ' ' -f2) -p zynq7000-hal
|
||||
cargo +stable test --target $(rustc -vV | grep host | cut -d ' ' -f2) -p zynq7000
|
Reference in New Issue
Block a user