From 156df086a3378da31760ec226f8823d4f659abe1 Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Wed, 1 Apr 2015 17:57:52 -0700 Subject: [PATCH] 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 --- Makefile.tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3