[libvirt] [libvirt-designer][PATCH] Makefile: Build tests at the same time as the rest

2015-03-04 Thread Michal Privoznik
Currently, since we were using check_PROGRAMS in the Makefile template, the test program build was postponed until 'make check' was run. That's not optimal. Lets build (not run!) test program in the 'make all' phase. Signed-off-by: Michal Privoznik mpriv...@redhat.com --- From my libvirt

Re: [libvirt] [libvirt-designer][PATCH] Makefile: Build tests at the same time as the rest

2015-03-04 Thread Christophe Fergeau
Hey, On Wed, Mar 04, 2015 at 02:05:07PM +0100, Michal Privoznik wrote: Currently, since we were using check_PROGRAMS in the Makefile template, the test program build was postponed until 'make check' was run. That's not optimal. Lets build (not run!) test program in the 'make all' phase.

Re: [libvirt] [libvirt-designer][PATCH] Makefile: Build tests at the same time as the rest

2015-03-04 Thread Michal Privoznik
On 04.03.2015 14:54, Christophe Fergeau wrote: Hey, On Wed, Mar 04, 2015 at 02:05:07PM +0100, Michal Privoznik wrote: Currently, since we were using check_PROGRAMS in the Makefile template, the test program build was postponed until 'make check' was run. That's not optimal. Lets build (not