Re: running make check with only specified tests

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
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 16:50:42
Message-ID: CAFj8pRArOHbx+Nz4ar7as9O1f60eOPBZiqygFmov=1cehu9BkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2014-01-26 Andrew Dunstan <andrew(at)dunslane(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>

In response to

Browse pgsql-hackers by date

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