Re: meson: Optionally disable installation of test modules
Nazir Bilal Yavuz <byavuz81@gmail.com>
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Andres Freund <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-02T07:09:48Z
Lists: pgsql-hackers
Hi, On Wed, 1 Mar 2023 at 22:21, Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote: > > Looks good to me. I did a small pass over it to adjust some namings. > For example, I renamed test_install_files to test_install_data, so it's > consistent with the overall meson naming: > > -install_data( > +test_install_data += files( > > Let me know if you have any concerns about this version. Otherwise, I'm > happy to commit it. That makes sense, thanks! Regards, Nazir Bilal Yavuz Microsoft
Commits
-
meson: Prevent installation of test files during main install
- b6a0d469cae4 16.0 landed