meson and check-tests - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject meson and check-tests
Date
Msg-id CAExHW5tK-QqayUN0+N3MF5bjV6vLKDCkRuGwoDJwc7vGjwCygQ@mail.gmail.com
Whole thread Raw
Responses Re: meson and check-tests
List 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

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: meson "experimental"?
Next
From: Tom Lane
Date:
Subject: Re: Explicit specification of index ensuring uniqueness of foreign columns