Re: running make check with only specified tests

From: Florian Pflug <fgp(at)phlo(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: running make check with only specified tests
Date: 2014-01-26 17:01:52
Message-ID: 80F20A93-CAEE-46C8-AC21-B5915FCFABD0@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jan26, 2014, at 17:47 , Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> 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.

+1 for the feature (+Inf, actually), but will this work if the tests
depend on stuff created by other tests?

best regards,
Florian Pflug

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2014-01-26 17:06:40 Re: running make check with only specified tests
Previous Message Florian Pflug 2014-01-26 16:58:40 Re: [PATCH] Negative Transition Aggregate Functions (WIP)