summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bch/bchbin22976 -> 0 bytes
-rw-r--r--src/lib.rs6
2 files changed, 5 insertions, 1 deletions
diff --git a/src/bch/bch b/src/bch/bch
deleted file mode 100644
index 5b438cd..0000000
--- a/src/bch/bch
+++ /dev/null
Binary files differ
diff --git a/src/lib.rs b/src/lib.rs
index 4a01ab7..47eaa43 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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);
+ }
}
}