pgsql: Add new make targets check-tests and installcheck-tests.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new make targets check-tests and installcheck-tests.
Date: 2014-01-28 23:12:32
Message-ID: E1W8HpY-0007U7-2E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add new make targets check-tests and installcheck-tests.

These do not run any specific schedule of tests, but only those
specified as part of the invocation, e.g.:

make check-tests TESTS="json jsonb"

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7043ac7100cd80345d7f12ece60d05a3ab2baf06

Modified Files
--------------
GNUmakefile.in | 4 ++--
src/test/regress/GNUmakefile | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2014-01-28 23:14:09 Re: pgsql: New json functions.
Previous Message Andrew Dunstan 2014-01-28 22:57:52 Re: pgsql: New json functions.