Minor meson gripe - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Minor meson gripe
Date
Msg-id CAH2-Wzm3MCT-Ls4xjoWLffYqKYSGcd3NZvsivc4oSevkrC2c1w@mail.gmail.com
Whole thread Raw
Responses Re: Minor meson gripe
List pgsql-hackers
Currently, meson has a test suite named "setup". According to the
Wiki, this is needed to get something equivalent to "make check", by
running "meson test -v --suite setup --suite regress".

Some questions about this:

* Isn't it confusing that we have a suite by that name, given that we
also need to use the unrelated --setup flag for some nearby testing
recipes?

* Why do we actually need a "setup" suite?

Offhand it appears that a simple "meson test -v --suite regress" works
just as well. Have I missed something?

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: MacOS: xsltproc fails with "warning: failed to load external entity"
Next
From: Thomas Munro
Date:
Subject: Re: Worth using personality(ADDR_NO_RANDOMIZE) for EXEC_BACKEND on linux?