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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add new make targets check-tests and installcheck-tests.
Дата
Msg-id E1W8HpY-0007U7-2E@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: New json functions.
Следующее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: New json functions.