Guard platform build target matrix

This commit is contained in:
2026-06-05 00:03:17 +02:00
parent 4ccedaae4c
commit db0ecb590c
5 changed files with 109 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ add_test(NAME panopainter_clangd_nav_regex_self_test
set_tests_properties(panopainter_clangd_nav_regex_self_test PROPERTIES
LABELS "tooling;desktop-fast")
add_test(NAME panopainter_platform_build_target_matrix_self_test
COMMAND "${Python3_EXECUTABLE}" "${PROJECT_SOURCE_DIR}/scripts/dev/check_platform_build_targets.py")
set_tests_properties(panopainter_platform_build_target_matrix_self_test PROPERTIES
LABELS "tooling;desktop-fast")
add_library(pp_test_harness INTERFACE)
target_include_directories(pp_test_harness INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}")