meson and check-tests

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, tristan(at)partin(dot)io
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: meson and check-tests
Date: 2024-05-31 17:01:48
Message-ID: CAExHW5tK-QqayUN0+N3MF5bjV6vLKDCkRuGwoDJwc7vGjwCygQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Tristan,
Using make I can run only selected tests under src/test/regress using
TESTS=... make check-tests. I didn't find any way to do that with meson.
meson test --suite regress runs all the regression tests.

We talked this off-list at the conference. It seems we have to somehow
avoid passing pg_regress --schedule argument and instead pass the list of
tests. Any idea how to do that?

--
Best Wishes,
Ashutosh Bapat

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-05-31 18:46:15 Re: Explicit specification of index ensuring uniqueness of foreign columns
Previous Message Andres Freund 2024-05-31 15:55:29 Re: meson "experimental"?