File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1365,11 +1365,6 @@ if(WITH_UI_TESTS)
1365
1365
# list explicitly so changes bisecting/updated are sure to re-run CMake.
1366
1366
set (_ui_tests
1367
1367
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
1373
1368
test_undo.compositor_make_group
1374
1369
test_undo.text_editor_edit_mode_mix
1375
1370
test_undo.text_editor_simple
@@ -1387,6 +1382,11 @@ if(WITH_UI_TESTS)
1387
1382
test_undo.view3d_simple
1388
1383
test_undo.view3d_texture_paint_complex
1389
1384
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
1390
1390
)
1391
1391
foreach (ui_test ${_ui_tests} )
1392
1392
add_blender_test_ui (
You can’t perform that action at this time.
0 commit comments