Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/5] build: Add haltest command line tester
@ 2013-10-17 20:28 Szymon Janc
  2013-10-17 20:28 ` [PATCH 2/5] android: Fix haltest build on Linux Szymon Janc
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Szymon Janc @ 2013-10-17 20:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

From: Szymon Janc <szymon.janc@tieto.com>

This is intended for testing Android daemon and HAL library on Linux.
---
 Makefile.android | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Makefile.android b/Makefile.android
index 3459a4d..3bc95be 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -31,6 +31,20 @@ android_libhal_internal_la_SOURCES = android/hal.h android/hal_bluetooth.c \
 					android/cutils/log.h \
 					android/cutils/properties.h
 android_libhal_internal_la_CPPFLAGS = -I$(srcdir)/android
+
+noinst_PROGRAMS += android/haltest
+
+android_haltest_SOURCES = android/client/haltest.c \
+				android/client/pollhandler.c \
+				android/client/terminal.c \
+				android/client/history.c \
+				android/client/textconv.c \
+				android/client/if-bt.c
+
+android_haltest_LDADD = android/libhal-internal.la
+
+android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android
+
 endif
 
 EXTRA_DIST += android/Android.mk android/log.c
-- 
1.8.4.rc3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-18  7:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 20:28 [PATCH 1/5] build: Add haltest command line tester Szymon Janc
2013-10-17 20:28 ` [PATCH 2/5] android: Fix haltest build on Linux Szymon Janc
2013-10-17 20:28 ` [PATCH 3/5] android: Fix crash in property_get stub Szymon Janc
2013-10-17 20:28 ` [PATCH 4/5] gitignore: Add android/haltest Szymon Janc
2013-10-17 20:28 ` [PATCH 5/5] build: Add missing Android files to EXTRA_DIST Szymon Janc
2013-10-18  7:16 ` [PATCH 1/5] build: Add haltest command line tester Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox