summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-09-03 12:54:26 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-09-03 17:00:54 +0300
commitf2d17bea8d5cc98cf431d796d044e28b65b8a92f (patch)
tree75dde71919c94f7141b014a7fa99f9367bf5262a /Makefile.tools
parente91aab1a7de2f79ae6c2e64f82e529fd92c1f6b0 (diff)
downloadbluez-f2d17bea8d5cc98cf431d796d044e28b65b8a92f.tar.gz
test: Add test-gatt-profile
test-gatt-profile can be used to register a GATT based profile using GattManager1 interface.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index e193be9f3..330cc6b2d 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -407,4 +407,5 @@ test_scripts += test/sap_client.py test/bluezutils.py \
test/test-heartrate test/test-alert test/test-hfp \
test/test-cyclingspeed test/opp-client test/ftp-client \
test/pbap-client test/map-client test/example-advertisement \
- test/example-gatt-server test/example-gatt-client
+ test/example-gatt-server test/example-gatt-client \
+ test/test-gatt-profile