Add a test that runs make-pot. This will only pass
if you've updated po/POTFILES.in and .skip after
moving source files around.
Unfortunately, it won't catch new source files that
are missing.
)
endforeach
+# Test that po/POTFILES.in and po/POTFILES.skip are up-to-date
+
+make_pot = find_program ('make-pot', dirs: meson.project_source_root())
+
+test('potfiles', make_pot,
+ workdir: meson.project_source_root(),
+ suite: ['gtk', 'translations' ])
if get_option('install-tests')
foreach t : tests