diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bch/bch | bin | 22976 -> 0 bytes | |||
| -rw-r--r-- | src/lib.rs | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/bch/bch b/src/bch/bch Binary files differdeleted file mode 100644 index 5b438cd..0000000 --- a/src/bch/bch +++ /dev/null @@ -6,8 +6,12 @@ include!(concat!(env!("OUT_DIR"), "/bindings.rs")); #[cfg(test)] mod tests { + use super::*; + #[test] fn it_works() { - assert_eq!(2 + 2, 4); + unsafe { + let _c = init_bch(5, 2, 37); + } } } |
