running make check with only specified tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: running make check with only specified tests
Date: 2014-01-26 16:47:55
Message-ID: 52E53C3B.4050301@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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"

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

Thoughts?

cheers

andrew

Attachment Content-Type Size
check-with.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2014-01-26 16:50:42 Re: running make check with only specified tests
Previous Message Heikki Linnakangas 2014-01-26 16:14:16 Re: GIN improvements part2: fast scan