From 0b9dc4eec752d6d48aab696d06b33f4782e9db4f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Jul 2026 14:55:24 +0300 Subject: polish: AppStream, man page, RPM spec, full lifecycle test (yt0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit M10 (task yt0): polish & packaging. - data/org.buetow.ggaze.metainfo.xml: AppStream metainfo. - data/ggaze.1: man page with keybindings reference. - packaging/ggaze.spec: Fedora RPM spec. - data/meson.build: installs desktop+metainfo+gschema+man; gnome.post_install. - tests/test_full_lifecycle.c: scripted elevator-pitch session (open→walk→ info→trash→undo→grid toggle→quit). 21/21 green, ASan clean. - Coverage gate flip, quality audit, window-geometry persistence, and full GSettings wiring deferred to a follow-up (not blocking v0.1 release). --- tests/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index d186207..adf1359 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -236,4 +236,13 @@ test_progressive_jpeg = executable( test('progressive_jpeg', test_progressive_jpeg, suite : 'integration', env : fixtures_env) +test_full_lifecycle = executable( + 'test_full_lifecycle', ['test_full_lifecycle.c', ggaze_conf_h], + include_directories : [inc, src_inc], + dependencies : ggaze_deps, + link_with : ggaze_lib, install : false, +) +test('full_lifecycle', test_full_lifecycle, + suite : 'integration', env : fixtures_env) + subdir('integration') \ No newline at end of file -- cgit v1.2.3