1
0
Files
libcmo21/Assets/BMapBindings/bmap-rs/tests/basic.rs

8 lines
142 B
Rust
Raw Normal View History

2026-02-15 11:41:23 +08:00
use bmap_rs::bmap;
#[test]
fn test_init_and_dispose() {
assert!(unsafe { bmap::BMInit() });
assert!(unsafe { bmap::BMDispose() });
}