summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2015-04-28 20:21:11 +0200
committerSzymon Janc <szymon.janc@tieto.com>2015-05-18 22:02:19 +0200
commite66c163290dcd7dc9c1a935cda525ab77192753c (patch)
tree9036b270a81cdeafda4d2b3a2fe5a99419e9de65 /Makefile.tools
parent386028d3ef88c484905152c4781b3c6b6c59b4be (diff)
downloadbluez-e66c163290dcd7dc9c1a935cda525ab77192753c.tar.gz
tools: Add initial HCI User Channel tester
This adds basic tests only.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 6020b018a..1899fcb72 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -43,7 +43,8 @@ noinst_PROGRAMS += emulator/btvirt emulator/b1ee emulator/hfp \
tools/mgmt-tester tools/gap-tester \
tools/l2cap-tester tools/sco-tester \
tools/smp-tester tools/hci-tester \
- tools/rfcomm-tester tools/bnep-tester
+ tools/rfcomm-tester tools/bnep-tester \
+ tools/userchan-tester
emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \
emulator/serial.h emulator/serial.c \
@@ -135,6 +136,14 @@ tools_sco_tester_LDADD = lib/libbluetooth-internal.la \
tools_hci_tester_SOURCES = tools/hci-tester.c monitor/bt.h
tools_hci_tester_LDADD = src/libshared-glib.la @GLIB_LIBS@
+
+tools_userchan_tester_SOURCES = tools/userchan-tester.c monitor/bt.h \
+ emulator/hciemu.h emulator/hciemu.c \
+ emulator/btdev.h emulator/btdev.c \
+ emulator/bthost.h emulator/bthost.c \
+ emulator/smp.c
+tools_userchan_tester_LDADD = lib/libbluetooth-internal.la \
+ src/libshared-glib.la @GLIB_LIBS@
endif
if TOOLS