summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2022-08-31 16:59:32 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-09-01 11:52:08 -0700
commitda4b654834b14941c931f44bf1b7af9a7fd5a80a (patch)
tree1c2069811f325b1786581215078f47597aaa5352 /Makefile.tools
parent4f452c7753da15f4805ec991434eec03c6bbcbeb (diff)
downloadbluez-da4b654834b14941c931f44bf1b7af9a7fd5a80a.tar.gz
tools: Add mesh-tester to test Kernel mesh support
Ever growing set of tests for Mesh kernel support
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 9412aed36..f4b951474 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -86,7 +86,8 @@ noinst_PROGRAMS += emulator/btvirt emulator/b1ee emulator/hfp \
tools/l2cap-tester tools/sco-tester \
tools/smp-tester tools/hci-tester \
tools/rfcomm-tester tools/bnep-tester \
- tools/userchan-tester tools/iso-tester
+ tools/userchan-tester tools/iso-tester \
+ tools/mesh-tester
emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \
emulator/serial.h emulator/serial.c \
@@ -127,6 +128,15 @@ tools_mgmt_tester_SOURCES = tools/mgmt-tester.c monitor/bt.h \
tools_mgmt_tester_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la $(GLIB_LIBS)
+tools_mesh_tester_SOURCES = tools/mesh-tester.c monitor/bt.h \
+ emulator/hciemu.h emulator/hciemu.c \
+ emulator/vhci.h emulator/vhci.c \
+ emulator/btdev.h emulator/btdev.c \
+ emulator/bthost.h emulator/bthost.c \
+ emulator/smp.c
+tools_mesh_tester_LDADD = lib/libbluetooth-internal.la \
+ src/libshared-glib.la $(GLIB_LIBS)
+
tools_l2cap_tester_SOURCES = tools/l2cap-tester.c monitor/bt.h \
emulator/hciemu.h emulator/hciemu.c \
emulator/vhci.h emulator/vhci.c \