build: run unit tests locally
This commit is contained in:
parent
9a6491c393
commit
933106b7ea
5 changed files with 63 additions and 16 deletions
10
src/test.rs
Normal file
10
src/test.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#![cfg(not(target_arch = "riscv32"))]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
mod applogic;
|
||||
mod cache;
|
||||
|
||||
fn main() {
|
||||
// dummy only
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue