diff options
author | Mikel Astiz <mikel.astiz@bmw-carit.de> | 2012-12-05 13:51:29 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-05 16:39:26 +0200 |
commit | 6e5459128be74eed55307da4a8af99d7192100ad (patch) | |
tree | ddcc3d47d6d6f29522aa71a1d15a049a6b230003 /Makefile.tools | |
parent | e5fa4dd5e8a72642b68c45f1b07da0f55c4f19ab (diff) |
test: Add utility library for python scripts
Several convenience functions/features will be removed from BlueZ's
D-Bus API, and therefore a utility library is required to avoid
boilerplate code in the test scripts.
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools index 1cbd87653..90b35d581 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -210,7 +210,7 @@ else EXTRA_DIST += test/rctest.1 test/hciemu.1 test/bdaddr.8 endif -EXTRA_DIST += test/sap_client.py test/hsplay test/hsmicro \ +EXTRA_DIST += test/sap_client.py test/hsplay test/hsmicro test/bluezutils.py \ test/dbusdef.py test/monitor-bluetooth test/list-devices \ test/test-discovery test/test-manager test/test-adapter \ test/test-device test/test-service test/simple-agent \ |