build: run unit tests locally
This commit is contained in:
parent
9a6491c393
commit
933106b7ea
5 changed files with 63 additions and 16 deletions
|
|
@ -3,6 +3,7 @@
|
|||
use c_its_parser::standards::mapem_2_2_1::mapem_pdu_descriptions;
|
||||
use c_its_parser::standards::spatem_2_2_1::spatem_pdu_descriptions;
|
||||
use chrono::Datelike;
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
use esp_println::println;
|
||||
|
||||
pub fn handle_mapem(etsi: &mapem_pdu_descriptions::MAPEM) {
|
||||
|
|
|
|||
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