Model UI overlay lifetime in ui core

This commit is contained in:
2026-06-06 09:48:00 +02:00
parent 4071919124
commit 3101e65dd3
9 changed files with 483 additions and 7 deletions

View File

@@ -310,6 +310,16 @@ add_test(NAME pp_ui_core_node_lifetime_tests COMMAND pp_ui_core_node_lifetime_te
set_tests_properties(pp_ui_core_node_lifetime_tests PROPERTIES
LABELS "ui;desktop-fast")
add_executable(pp_ui_core_overlay_lifetime_tests
ui_core/overlay_lifetime_tests.cpp)
target_link_libraries(pp_ui_core_overlay_lifetime_tests PRIVATE
pp_ui_core
pp_test_harness)
add_test(NAME pp_ui_core_overlay_lifetime_tests COMMAND pp_ui_core_overlay_lifetime_tests)
set_tests_properties(pp_ui_core_overlay_lifetime_tests PROPERTIES
LABELS "ui;desktop-fast")
add_executable(pp_app_core_about_menu_tests
app_core/about_menu_tests.cpp)
target_link_libraries(pp_app_core_about_menu_tests PRIVATE