Re: [PATCH wayland] Makefile: build also test programs during a normal build

2016-11-17 Thread Pekka Paalanen
On Thu, 17 Nov 2016 10:34:58 +0200 Pekka Paalanen wrote: > On Wed, 16 Nov 2016 16:30:59 + > Daniel Stone wrote: > > > Hi Jan, > > > > On 16 November 2016 at 16:19, Jan Engelhardt wrote: > > > On Wednesday 2016-11-16 17:16, Daniel Stone wrote: > > >>> noinst_PROGRAMS =

Re: [PATCH wayland] Makefile: build also test programs during a normal build

2016-11-17 Thread Pekka Paalanen
On Wed, 16 Nov 2016 16:30:59 + Daniel Stone wrote: > Hi Jan, > > On 16 November 2016 at 16:19, Jan Engelhardt wrote: > > On Wednesday 2016-11-16 17:16, Daniel Stone wrote: > >>> noinst_PROGRAMS = \ > >>> + $(built_test_programs) \ > >>>

Re: [PATCH wayland] Makefile: build also test programs during a normal build

2016-11-16 Thread Daniel Stone
Hi Jan, On 16 November 2016 at 16:19, Jan Engelhardt wrote: > On Wednesday 2016-11-16 17:16, Daniel Stone wrote: >>> noinst_PROGRAMS = \ >>> + $(built_test_programs) \ >>> + exec-fd-leak-checker\ >>> fixed-benc

Re: [PATCH wayland] Makefile: build also test programs during a normal build

2016-11-16 Thread Jan Engelhardt
On Wednesday 2016-11-16 17:16, Daniel Stone wrote: >> noinst_PROGRAMS = \ >> + $(built_test_programs) \ >> + exec-fd-leak-checker\ >> fixed-benchmark >> >> check_LTLIBRARIES = libtest-runner.la > >Doesn't this

Re: [PATCH wayland] Makefile: build also test programs during a normal build

2016-11-16 Thread Daniel Stone
Hi Pekka, On 16 November 2016 at 11:46, Pekka Paalanen wrote: > Put also test programs into noinst_PROGRAMS so that they get always > built. In check_PROGRAMS they are built for 'make check' but not for > 'make'. > > This makes it harder to accidentally break the test programs. > > Signed-off-by:

[PATCH wayland] Makefile: build also test programs during a normal build

2016-11-16 Thread Pekka Paalanen
From: Pekka Paalanen Put also test programs into noinst_PROGRAMS so that they get always built. In check_PROGRAMS they are built for 'make check' but not for 'make'. This makes it harder to accidentally break the test programs. Signed-off-by: Pekka Paalanen --- Makefile.am | 6 ++ 1 file