From 3d50bc2f6912d68feeb3daabd57b7ca4131e478b Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 13 Oct 2025 02:12:36 +0200 Subject: [PATCH] testing: Rename testcases to ease debugging Rename grid to grid_simple, otherwise cargo test -p test-driver-interpreter -- test_interpreter_layout_grid runs multiple tests, no way to run only that one. Same for nested_grid.slint given that there's a nested_grid_2.slint --- tests/cases/layout/{grid.slint => grid_simple.slint} | 0 tests/cases/layout/{nested_grid.slint => nested_grid_1.slint} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/cases/layout/{grid.slint => grid_simple.slint} (100%) rename tests/cases/layout/{nested_grid.slint => nested_grid_1.slint} (100%) diff --git a/tests/cases/layout/grid.slint b/tests/cases/layout/grid_simple.slint similarity index 100% rename from tests/cases/layout/grid.slint rename to tests/cases/layout/grid_simple.slint diff --git a/tests/cases/layout/nested_grid.slint b/tests/cases/layout/nested_grid_1.slint similarity index 100% rename from tests/cases/layout/nested_grid.slint rename to tests/cases/layout/nested_grid_1.slint