From 0e66694d8de784e345f3d6d00178aa2cd3bf777d Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Thu, 6 Dec 2012 21:24:05 -0300 Subject: [PATCH] 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 90b35d581..a6ce5b290 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 -- 2.47.3