mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +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"));
|