summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>2013-08-01 12:47:24 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-08-01 12:54:32 +0300
commit5ae69263b70817c047e3c664a3bf9e13d1a45058 (patch)
tree3cd9906c2e9a94c8e6860b7f76362b734dace892 /Makefile.tools
parent287304526ae63c10b1abbeae7f6589890c69547a (diff)
tools/sco-tester: Add new SCO test tool
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 a9b01825a..3bb0e8285 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -29,7 +29,7 @@ endif
if EXPERIMENTAL
noinst_PROGRAMS += emulator/btvirt emulator/b1ee \
tools/mgmt-tester tools/gap-tester \
- tools/l2cap-tester
+ tools/l2cap-tester tools/sco-tester
emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \
monitor/mainloop.h monitor/mainloop.c \
@@ -64,6 +64,15 @@ tools_gap_tester_SOURCES = tools/gap-tester.c monitor/bt.h \
src/shared/hciemu.h src/shared/hciemu.c \
src/shared/tester.h src/shared/tester.c
tools_gap_tester_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
+
+tools_sco_tester_SOURCES = tools/sco-tester.c monitor/bt.h \
+ emulator/btdev.h emulator/btdev.c \
+ emulator/bthost.h emulator/bthost.c \
+ src/shared/util.h src/shared/util.c \
+ src/shared/mgmt.h src/shared/mgmt.c \
+ src/shared/hciemu.h src/shared/hciemu.c \
+ src/shared/tester.h src/shared/tester.c
+tools_sco_tester_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
endif
if TOOLS