From 82f8a71a45eebd7637fe822447b9936e31cc7185 Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Wed, 1 Apr 2015 18:01:26 -0700 Subject: [PATCH] build: Include test/example-gatt-client Added test/example-gatt-client to Makefile.tools. --- Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.tools b/Makefile.tools index 7a893d792..7eefecc16 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -370,4 +370,4 @@ 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-server test/example-gatt-client -- 2.47.3