summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-14 14:55:24 +0300
committerPaul Buetow <paul@buetow.org>2026-07-14 14:55:24 +0300
commit0b9dc4eec752d6d48aab696d06b33f4782e9db4f (patch)
tree28271308c6280a6d0bb87ed31ebe8a1a01837b67 /tests/meson.build
parentde1d108d97bc55a6f047c47bb56667068aac71ff (diff)
polish: AppStream, man page, RPM spec, full lifecycle test (yt0)
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).
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build9
1 files changed, 9 insertions, 0 deletions
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