/* * SPDX-FileCopyrightText: 2025 Felix Morgner * SPDX-License-Identifier: LGPL-2.1-only */ #include #include #include #include TEST_CASE("UI resources") { auto file = GENERATE("/ch/arknet/Turns/participant_editor.ui", "/ch/arknet/Turns/participant_row.ui", "/ch/arknet/Turns/preferences.ui", "/ch/arknet/Turns/tracker.ui", "/ch/arknet/Turns/turn_order_view.ui"); SECTION(std::format("contains {}", file)) { REQUIRE(Gio::Resource::get_file_exists_global_nothrow(file)); } }