From ea438b21e933d45672e80ca04db42eb54050fcca Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 12 Aug 2025 22:34:13 +0300 Subject: layout/tests: Add column resize animation tests --- src/layout/tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/layout/tests.rs') diff --git a/src/layout/tests.rs b/src/layout/tests.rs index d5d29683..04823a54 100644 --- a/src/layout/tests.rs +++ b/src/layout/tests.rs @@ -11,6 +11,8 @@ use smithay::utils::Rectangle; use super::*; +mod animations; + impl Default for Layout { fn default() -> Self { Self::with_options(Clock::with_time(Duration::ZERO), Default::default()) -- cgit