mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-04-20 08:47:48 +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());
|
|
}
|