feat: update bmap-rs
This commit is contained in:
9
Assets/BMapBindings/bmap-rs/tests/complete.rs
Normal file
9
Assets/BMapBindings/bmap-rs/tests/complete.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use bmap_rs::bmap_wrapper as bmap;
|
||||
|
||||
#[test]
|
||||
fn test_complete() {
|
||||
assert!(bmap::BMap::is_available());
|
||||
bmap::BMap::with_bmap(|b| {
|
||||
let r = b.create_file_reader("", "", "", &[""]);
|
||||
});
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
use bmap_rs::bmap;
|
||||
|
||||
#[test]
|
||||
fn test_init_and_dispose() {
|
||||
fn test_raw() {
|
||||
assert!(unsafe { bmap::BMInit() });
|
||||
assert!(unsafe { bmap::BMDispose() });
|
||||
}
|
||||
Reference in New Issue
Block a user