From d59dadc46c632ac6badcb6bc569a920e0e4a8311 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 26 Jan 2024 20:20:18 +0100 Subject: [PATCH] remove artifacts --- tests/tests.rs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/tests.rs b/tests/tests.rs index 44e3fdda..353662d0 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -5,18 +5,6 @@ #[macro_use] mod common; -#[cfg(feature = "lscpu")] -#[path = "by-util/test_lscpu.rs"] -mod test_lscpu; - #[cfg(feature = "pwdx")] #[path = "by-util/test_pwdx.rs"] mod test_pwdx; - -#[cfg(feature = "mountpoint")] -#[path = "by-util/test_mountpoint.rs"] -mod test_mountpoint; - -#[cfg(feature = "renice")] -#[path = "by-util/test_renice.rs"] -mod test_renice;