Re: meson and check-tests

jian he <jian.universality@gmail.com>

From: jian he <jian.universality@gmail.com>
To: Nazir Bilal Yavuz <byavuz81@gmail.com>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Tristan Partin <tristan@partin.io>, Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-10-04T13:13:01Z
Lists: pgsql-hackers
v3, 0001 documentation:
We can at least write something on
https://wiki.postgresql.org/wiki/Meson about this feature.


TESTS='check check_btree' meson test amcheck/regress --verbose
works, but I feel like there is a discoverability issue .

TESTS='check check_btree' meson test amcheck/regress --list --verbose
shows:
postgresql:amcheck / amcheck/regress


For small tests, listing all the available tests would be great.