flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
142 stars 93 forks source link

meson: Reinstate parallel tests, add as-installed testing #532

Closed smcv closed 1 year ago

smcv commented 1 year ago
smcv commented 1 year ago

After doing an Autotools build + install with DESTDIR=.../autotools.inst and a Meson build + install with DESTDIR=.../meson.inst, both with a distro-style --prefix etc., and both enabling installed-tests:

$ diff -ru ~/tmp/build/flatpak-builder/*.inst
Binary files .../autotools.inst/usr/bin/flatpak-builder and .../meson.inst/usr/bin/flatpak-builder differ
Only in .../autotools.inst/usr/libexec: flatpak-builder-debugedit
TingPing commented 1 year ago

Excellent, thank you for helping finish this up.

I'll make a 1.3.3 release so it can get packaged in Debian. Was there anything else you planned on doing first?