// Placeholder test para pie_chart — el componente requiere contexto ImGui activo // para validar comportamiento real (rendering, hit-testing, eventos). La // validacion visual se cubre en primitives_gallery (issue 0048). // // Este test garantiza que el .cpp compila contra Catch2 y reserva el slot // para futuros tests de logica pura que se extraigan del componente. #define CATCH_CONFIG_MAIN #include "catch_amalgamated.hpp" TEST_CASE("pie_chart: compiles and links against Catch2", "[pie_chart][placeholder]") { INFO("Visual / behavioural test pending — see primitives_gallery (issue 0048)."); REQUIRE(true); }