Add lib.rs, scaffold testing
This commit is contained in:
parent
99d05223d7
commit
d9a6938eb6
11 changed files with 57 additions and 14 deletions
6
tests/smoke.rs
Normal file
6
tests/smoke.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[test]
|
||||
fn add() {
|
||||
let e = 0_i32;
|
||||
let n = 0_i32;
|
||||
assert_eq!(e, n);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue