
4 Mar
2015
4 Mar
'15
8:59 a.m.
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 run!) test program in the 'make all' phase.
Looks good to me as make check still triggers running of the test program, ACK.
Yep. That's my intention. Now that I pushed this one, it works the same way as libvirt does. Awesome! Thanks. Michal