From 8ee5fa07370dcbde76b1c8ee802e1cf11d0ff920 Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Tue, 12 Aug 2025 00:56:45 +0200 Subject: [PATCH] Cleanup: Use alphabetical order for `_ui_tests_` category Pull Request: https://projects.blender.org/blender/blender/pulls/144394 --- tests/python/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 1516f45718a..6ae8bc0db23 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -1365,11 +1365,6 @@ if(WITH_UI_TESTS) # list explicitly so changes bisecting/updated are sure to re-run CMake. set(_ui_tests test_sculpt.asset_shelf_brush_selection - test_workspace.sanity_check_general - test_workspace.sanity_check_2d_animation - test_workspace.sanity_check_sculpting - test_workspace.sanity_check_vfx - test_workspace.sanity_check_video_editing test_undo.compositor_make_group test_undo.text_editor_edit_mode_mix test_undo.text_editor_simple @@ -1387,6 +1382,11 @@ if(WITH_UI_TESTS) test_undo.view3d_simple test_undo.view3d_texture_paint_complex test_undo.view3d_texture_paint_simple + test_workspace.sanity_check_general + test_workspace.sanity_check_2d_animation + test_workspace.sanity_check_sculpting + test_workspace.sanity_check_vfx + test_workspace.sanity_check_video_editing ) foreach(ui_test ${_ui_tests}) add_blender_test_ui(