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

From Andrew Dunstan
Subject pgsql: Add new make targets check-tests and installcheck-tests.
Date
Msg-id E1W8HpY-0007U7-2E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: New json functions.
Next
From: Thom Brown
Date:
Subject: Re: pgsql: New json functions.