Introduce platform services interface
This commit is contained in:
@@ -228,6 +228,16 @@ add_test(NAME pp_paint_renderer_compositor_tests COMMAND pp_paint_renderer_compo
|
||||
set_tests_properties(pp_paint_renderer_compositor_tests PROPERTIES
|
||||
LABELS "renderer;paint;desktop-fast")
|
||||
|
||||
add_executable(pp_platform_api_tests
|
||||
platform_api/platform_services_tests.cpp)
|
||||
target_link_libraries(pp_platform_api_tests PRIVATE
|
||||
pp_platform_api
|
||||
pp_test_harness)
|
||||
|
||||
add_test(NAME pp_platform_api_tests COMMAND pp_platform_api_tests)
|
||||
set_tests_properties(pp_platform_api_tests PROPERTIES
|
||||
LABELS "os-api;desktop-fast")
|
||||
|
||||
add_executable(pp_ui_core_color_tests
|
||||
ui_core/color_tests.cpp)
|
||||
target_link_libraries(pp_ui_core_color_tests PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user