Support "make check" for PGXS extensions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Support "make check" for PGXS extensions
Date
Msg-id 9434a2f7-749d-471b-af9a-5097128fa9c2@eisentraut.org
Whole thread Raw
Responses Re: Support "make check" for PGXS extensions
Re: Support "make check" for PGXS extensions
List pgsql-hackers
This is a quick follow-up to the extension_control_path patch.  With 
this little additional patch, you can now run "make check" in PGXS-using 
extensions (instead of having to do make install; make installcheck with 
a running instance).  I think this would be very convenient for 
extension development.

The patch is still rough, probably needs a bit of work to do proper 
escaping, quoting, further testing, and it will probably break if you 
use a different source tree layout.  Maybe with a bit of help we can get 
this robust enough.  Or otherwise, it can at least serve as inspiration 
for what you can implement yourself in your extension's makefile.

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Update Unicode data to Unicode 16.0.0
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: Adding support for SSLKEYLOGFILE in the frontend