diff options
author | Sebastian Chlad <sebastianchlad@gmail.com> | 2013-12-15 12:47:49 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-12-16 10:05:41 +0200 |
commit | 42744b42ad353602e7471f7e2488973829024945 (patch) | |
tree | 47a3a8cdad9775fe5b6469376a672a99d0d9dd43 /Makefile.tools | |
parent | c1a0601a846ff94962821b36c1e7d84870a2a218 (diff) | |
download | bluez-42744b42ad353602e7471f7e2488973829024945.tar.gz |
build: Add missing test scripts to Makefile.tools
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools index 78034f5a5..78bdf806a 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -291,4 +291,5 @@ test_scripts += test/sap_client.py test/bluezutils.py \ test/service-did.xml test/service-spp.xml test/service-opp.xml \ test/service-ftp.xml test/simple-player test/test-nap \ test/test-heartrate test/test-alert test/test-hfp \ - test/test-cyclingspeed + test/test-cyclingspeed test/opp-client test/ftp-client \ + test/pbap-client test/map-client |