Re: [PATCH] test: when unit tests are enabled, build them during make

2011-03-23 Thread Dan Nicholson
On Tue, Mar 22, 2011 at 8:13 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Catch compiler errors that were otherwise only spotted on make check. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---  test/Makefile.am     |    4 ++--  test/xi2/Makefile.am |    4 ++--  2 files

[PATCH] test: when unit tests are enabled, build them during make

2011-03-22 Thread Peter Hutterer
Catch compiler errors that were otherwise only spotted on make check. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- test/Makefile.am |4 ++-- test/xi2/Makefile.am |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am