It seems some obex test scripts are missing from the Makefile.
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
---
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
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
---
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