2013-12-12 20:33:40

by Sebastian Chlad

[permalink] [raw]
Subject: [PATCH] Adding missing test scripts to Makefile.tools

It seems some obex test scripts are missing from the Makefile.


2013-12-16 08:06:31

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Adding missing test scripts to Makefile.tools

Hi Sebastian,

On Sun, Dec 15, 2013, Sebastian Chlad wrote:
> ---
> Makefile.tools | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

Applied (after fixing up the commit message prefix). Thanks.

Johan

2013-12-15 11:47:49

by Sebastian Chlad

[permalink] [raw]
Subject: [PATCH] Adding missing test scripts to Makefile.tools

---
Makefile.tools | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.tools b/Makefile.tools
index 78034f5..78bdf80 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -291,4 +291,5 @@ test_scripts += test/sap_client.py 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-cyclingspeed
+ test/test-cyclingspeed test/opp-client test/ftp-client \
+ test/pbap-client test/map-client
--
1.8.1.2


2013-12-13 12:51:18

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Adding missing test scripts to Makefile.tools

Hi Sebastian,

On Thu, Dec 12, 2013, Sebastian wrote:
> ---
> Makefile.tools | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile.tools b/Makefile.tools
> index 78034f5..b306c34 100644
> --- a/Makefile.tools
> +++ b/Makefile.tools
> @@ -289,6 +289,7 @@ test_scripts += test/sap_client.py test/bluezutils.py \
> test/test-thermometer test/test-profile test/test-health \
> test/test-health-sink test/service-record.dtd \
> test/service-did.xml test/service-spp.xml test/service-opp.xml \
> - test/service-ftp.xml test/simple-player test/test-nap \
> + test/opp-client test/service-ftp.xml test/ftp-client \
> + test/simple-player test/test-nap \
> test/test-heartrate test/test-alert test/test-hfp \
> - test/test-cyclingspeed
> + test/test-cyclingspeed test/pbap-client test/map-client

Looks otherwise fine, but you'll need to fix your git author information
and resend. We're not going to have an entry in the git history simply
from someone called "Sebastian". It should also contain a last name.

Johan

2013-12-12 20:33:41

by Sebastian Chlad

[permalink] [raw]
Subject: [PATCH] Adding missing test scripts to Makefile.tools

---
Makefile.tools | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.tools b/Makefile.tools
index 78034f5..b306c34 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -289,6 +289,7 @@ test_scripts += test/sap_client.py test/bluezutils.py \
test/test-thermometer test/test-profile test/test-health \
test/test-health-sink test/service-record.dtd \
test/service-did.xml test/service-spp.xml test/service-opp.xml \
- test/service-ftp.xml test/simple-player test/test-nap \
+ test/opp-client test/service-ftp.xml test/ftp-client \
+ test/simple-player test/test-nap \
test/test-heartrate test/test-alert test/test-hfp \
- test/test-cyclingspeed
+ test/test-cyclingspeed test/pbap-client test/map-client
--
1.8.1.2