taptestrunner.py testprogramrunner.py

These two files are installed in ${libexecdir}/installed-tests

And looking at its meson.build this seems to be the default location

https://gitlab.gnome.org/GNOME/glib/-/blob/main/tests/lib/meson.build?ref_type=heads

Should they go to ${datadir}/installed-tests ?

On Fri, Mar 7 2025 at 15:13:32 +01:00:00, Markus Volk <f_l_k@t-online.de> wrote:
On Fri, Mar 7 2025 at 15:05:26 +01:00:00, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
This needs to be explained, as it doesn't seem correct, and contradicts ptest-gnome which (correctly) installs these to the ptest package.

I see. I think the issue here is, that the install path changed from ${datadir} to ${libexecdir}