Hi Grzegorz, On Thu, Nov 28, 2013 at 11:42 AM, Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@xxxxxxxxx> wrote: > From: Marcin Kraglak <marcin.kraglak@xxxxxxxxx> > > This commit add android-tester.c to tree and Makefile.am. > This will contain set of unit tests for testing android daemon. > --- > android/Makefile.am | 4 ++++ > android/android-tester.c | 21 +++++++++++++++++++++ > 2 files changed, 25 insertions(+) > create mode 100644 android/android-tester.c > > diff --git a/android/Makefile.am b/android/Makefile.am > index 94d231f..9390422 100644 > --- a/android/Makefile.am > +++ b/android/Makefile.am > @@ -82,6 +82,10 @@ android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android \ > > android_haltest_LDFLAGS = -pthread > > +noinst_PROGRAMS += android/android-tester > + > +android_android_tester_SOURCES = android/android-tester.c > + > endif You should probably add it to .gitignore as well. Also is this suppose to be run in the host only or do we want to run in Android as well? -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html