0
0
Fork 0

build: run unit tests locally

This commit is contained in:
Jannik Beyerstedt 2026-06-01 13:53:42 +02:00
commit 933106b7ea
5 changed files with 63 additions and 16 deletions

10
src/test.rs Normal file
View file

@ -0,0 +1,10 @@
#![cfg(not(target_arch = "riscv32"))]
extern crate alloc;
mod applogic;
mod cache;
fn main() {
// dummy only
}