knurling-rs / probe-run

Run embedded programs just like native ones
Apache License 2.0
646 stars 75 forks source link

Test round up #335

Closed Urhengulas closed 2 years ago

Urhengulas commented 2 years ago

Add unit tests for:

/// Rounds up to the next multiple of `k` that is greater or equal to `n`.
fn round_up(n: u32, k: u32) -> u32 { /* */ }
Urhengulas commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded: