mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-14 17:21:04 +00:00
7 lines
121 B
Rust
7 lines
121 B
Rust
#[macro_use]
|
|
mod common;
|
|
|
|
#[cfg(unix)]
|
|
extern crate rust_users;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/test_modules.rs"));
|