test: move basic test to library file
This commit is contained in:
@@ -6,8 +6,3 @@
|
||||
use arc_core::ffi::point::Point;
|
||||
|
||||
#[test]
|
||||
fn point_creation() {
|
||||
let p = Point::new(1.0, 2.0, 3.0).expect("Failed to create point");
|
||||
let coords = p.coordinates();
|
||||
assert_eq!(coords, (1.0, 2.0, 3.0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user