You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-01 06:21:39 +03:00
8 lines
155 B
Rust
8 lines
155 B
Rust
#![cfg(target_os = "linux")]
|
|
|
|
#[test]
|
|
fn print() {
|
|
detect::initialize();
|
|
assert_eq!(detect::linux::test_memfd(), detect::linux::detect_memfd());
|
|
}
|