Expose fuzz and stress test presets

This commit is contained in:
2026-06-02 17:42:23 +02:00
parent 48fdfd849d
commit f6780d183c
4 changed files with 41 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ target_link_libraries(pp_foundation_binary_stream_tests PRIVATE
add_test(NAME pp_foundation_binary_stream_tests COMMAND pp_foundation_binary_stream_tests)
set_tests_properties(pp_foundation_binary_stream_tests PROPERTIES
LABELS "foundation;desktop-fast")
LABELS "foundation;desktop-fast;fuzz")
add_executable(pp_foundation_event_tests
foundation/event_tests.cpp)
@@ -84,7 +84,7 @@ target_link_libraries(pp_assets_image_metadata_tests PRIVATE
add_test(NAME pp_assets_image_metadata_tests COMMAND pp_assets_image_metadata_tests)
set_tests_properties(pp_assets_image_metadata_tests PROPERTIES
LABELS "assets;desktop-fast")
LABELS "assets;desktop-fast;fuzz")
add_executable(pp_assets_image_pixels_tests
assets/image_pixels_tests.cpp)
@@ -104,7 +104,7 @@ target_link_libraries(pp_assets_ppi_header_tests PRIVATE
add_test(NAME pp_assets_ppi_header_tests COMMAND pp_assets_ppi_header_tests)
set_tests_properties(pp_assets_ppi_header_tests PROPERTIES
LABELS "assets;desktop-fast")
LABELS "assets;desktop-fast;fuzz")
add_executable(pp_assets_settings_document_tests
assets/settings_document_tests.cpp)
@@ -144,7 +144,7 @@ target_link_libraries(pp_paint_stroke_tests PRIVATE
add_test(NAME pp_paint_stroke_tests COMMAND pp_paint_stroke_tests)
set_tests_properties(pp_paint_stroke_tests PROPERTIES
LABELS "paint;desktop-fast")
LABELS "paint;desktop-fast;stress")
add_executable(pp_paint_stroke_script_tests
paint/stroke_script_tests.cpp)
@@ -154,7 +154,7 @@ target_link_libraries(pp_paint_stroke_script_tests PRIVATE
add_test(NAME pp_paint_stroke_script_tests COMMAND pp_paint_stroke_script_tests)
set_tests_properties(pp_paint_stroke_script_tests PROPERTIES
LABELS "paint;desktop-fast")
LABELS "paint;desktop-fast;fuzz")
add_executable(pp_document_tests
document/document_tests.cpp)
@@ -246,7 +246,7 @@ target_link_libraries(pp_ui_core_layout_xml_tests PRIVATE
add_test(NAME pp_ui_core_layout_xml_tests COMMAND pp_ui_core_layout_xml_tests)
set_tests_properties(pp_ui_core_layout_xml_tests PROPERTIES
LABELS "ui;desktop-fast")
LABELS "ui;desktop-fast;fuzz")
if(TARGET pano_cli)
add_test(NAME pano_cli_create_document_smoke