On Wed, 16 Nov 2016 09:02:00 +1000
Peter Hutterer wrote:
> On Thu, Nov 10, 2016 at 11:57:44AM +0200, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > If you assign TESTS into check_PROGRAMS, you cannot add a test that is
> > not built from source files.
> >
> > Instead, use a temporary v
On Wed, 16 Nov 2016 09:02:00 +1000
Peter Hutterer wrote:
> On Thu, Nov 10, 2016 at 11:57:44AM +0200, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > If you assign TESTS into check_PROGRAMS, you cannot add a test that is
> > not built from source files.
> >
> > Instead, use a temporary v
On Thu, Nov 10, 2016 at 11:57:44AM +0200, Pekka Paalanen wrote:
> From: Pekka Paalanen
>
> If you assign TESTS into check_PROGRAMS, you cannot add a test that is
> not built from source files.
>
> Instead, use a temporary variable built_test_programs to hold the names
> that are both programs bu
From: Pekka Paalanen
If you assign TESTS into check_PROGRAMS, you cannot add a test that is
not built from source files.
Instead, use a temporary variable built_test_programs to hold the names
that are both programs built from source files and tests to execute.
This change is required by the fo