1 /// Basic smoke test to confirm that the library is callable. 2 #[test] test_import()3fn test_import() { 4 use libceed_sys::bind_ceed; 5 unsafe { 6 bind_ceed::CeedRegisterAll(); 7 } 8 } 9
1 /// Basic smoke test to confirm that the library is callable. 2 #[test] test_import()3fn test_import() { 4 use libceed_sys::bind_ceed; 5 unsafe { 6 bind_ceed::CeedRegisterAll(); 7 } 8 } 9