Re: Ignoring some binaries generated in src/test

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Ignoring some binaries generated in src/test
Date: 2015-04-24 19:41:37
Message-ID: 20150424194137.GQ4369@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> The current logic in src/test/Makefile, particularly the way that
> the modules subdirectory is handled, seems pretty ugly/convoluted
> anyway. I wonder why it was done that way rather than just ensuring
> that modules/ doesn't do anything for "make install"?

Because we do want to have the Makefile in src/test/modules to install
the modules if "make install" is invoked there. That way, you can run
"make -C src/test/modules install installcheck", and it works.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-04-24 19:51:36 collate.linux.utf8 test coverage
Previous Message Tom Lane 2015-04-24 19:34:40 Re: Ignoring some binaries generated in src/test