summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2015-04-01 17:57:52 -0700
committerArman Uguray <armansito@chromium.org>2015-04-01 17:57:52 -0700
commit156df086a3378da31760ec226f8823d4f659abe1 (patch)
tree29fb4ad334513dee7f2988ab77893465e4d28b3c /Makefile.tools
parentb7e71ee8eb1727bac90125a352d3d3f5849d74bf (diff)
downloadbluez-156df086a3378da31760ec226f8823d4f659abe1.tar.gz
build: Rename LE test scripts in Makefile.tools
Renamed test/advertisement-example to test/example-advertisement and also added test/example-gatt-server to Makefile.tools
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 beaac3926..7a893d792 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -369,4 +369,5 @@ test_scripts += test/sap_client.py test/bluezutils.py \
test/service-ftp.xml test/simple-player test/test-nap \
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/advertisement-example
+ test/pbap-client test/map-client test/example-advertisement \
+ test/example-gatt-server