Comine integration tests into one binary (#951)

Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Nico Burns
2026-04-26 14:44:24 +00:00
committed by GitHub
parent 639f0acdd2
commit d803b72f95
10 changed files with 11 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
mod hand_written {
mod border_and_padding;
mod caching;
mod measure;
mod min_max_overrides;
mod relayout;
mod root_constraints;
mod rounding;
mod serde;
}
+1
View File
@@ -6,6 +6,7 @@ use taffy::{
};
use taffy_test_helpers::{test_measure_function, TestNodeContext};
#[path = "./xml/mod.rs"]
mod xml;
#[derive(Debug)]