Model UI overlay lifetime in ui core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user