2012-12-07 00:24:05

by Vinicius Costa Gomes

[permalink] [raw]
Subject: [PATCH BlueZ] build: Fix 'make distcheck'

The test script of the cycling speed profile should be
'test-cyclingspeed' instead of 'test-cycling'.
---
Makefile.tools | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.tools b/Makefile.tools
index 90b35d5..a6ce5b2 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -221,4 +221,4 @@ EXTRA_DIST += test/sap_client.py test/hsplay test/hsmicro 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-cycling
+ test/test-cyclingspeed
--
1.8.0.1



2012-12-07 07:56:52

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ] build: Fix 'make distcheck'

Hi Vinicius,

On Thu, Dec 06, 2012, Vinicius Costa Gomes wrote:
> The test script of the cycling speed profile should be
> 'test-cyclingspeed' instead of 'test-cycling'.
> ---
> Makefile.tools | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan