Re: running make check with only specified tests

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: running make check with only specified tests
Дата
Msg-id CAFj8pRArOHbx+Nz4ar7as9O1f60eOPBZiqygFmov=1cehu9BkQ@mail.gmail.com
обсуждение исходный текст
Ответ на running make check with only specified tests  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers



2014-01-26 Andrew Dunstan <andrew@dunslane.net>

I've often wanted to be able to run "make check" and just have it run the small number of tests I am interested in. Here's a tiny patch along those lines. It creates a new targe which I have called "check-with" for want of a better name. And with it I can do:

   $ make check-with TESTS="json jsonb"

+1

Pavel
 


and have it do the temp install etc and then run just those two tests.

Thoughts?

cheers

andrew


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: running make check with only specified tests
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)