Skip to content

Commit 8ee5fa0

Browse files
skimmedsquareSean Kim
authored andcommitted
Cleanup: Use alphabetical order for _ui_tests_ category
Pull Request: https://projects.blender.org/blender/blender/pulls/144394
1 parent 5a5f768 commit 8ee5fa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/python/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,11 +1365,6 @@ if(WITH_UI_TESTS)
13651365
# list explicitly so changes bisecting/updated are sure to re-run CMake.
13661366
set(_ui_tests
13671367
test_sculpt.asset_shelf_brush_selection
1368-
test_workspace.sanity_check_general
1369-
test_workspace.sanity_check_2d_animation
1370-
test_workspace.sanity_check_sculpting
1371-
test_workspace.sanity_check_vfx
1372-
test_workspace.sanity_check_video_editing
13731368
test_undo.compositor_make_group
13741369
test_undo.text_editor_edit_mode_mix
13751370
test_undo.text_editor_simple
@@ -1387,6 +1382,11 @@ if(WITH_UI_TESTS)
13871382
test_undo.view3d_simple
13881383
test_undo.view3d_texture_paint_complex
13891384
test_undo.view3d_texture_paint_simple
1385+
test_workspace.sanity_check_general
1386+
test_workspace.sanity_check_2d_animation
1387+
test_workspace.sanity_check_sculpting
1388+
test_workspace.sanity_check_vfx
1389+
test_workspace.sanity_check_video_editing
13901390
)
13911391
foreach(ui_test ${_ui_tests})
13921392
add_blender_test_ui(

0 commit comments

Comments
 (0)