Re: [PATCH wayland 2/3] Makefile: do not put TESTS into check_PROGRAMS

2016-11-16 Thread Pekka Paalanen
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

Re: [PATCH wayland 2/3] Makefile: do not put TESTS into check_PROGRAMS

2016-11-15 Thread Peter Hutterer
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

[PATCH wayland 2/3] Makefile: do not put TESTS into check_PROGRAMS

2016-11-10 Thread Pekka Paalanen
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.