You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/04/18 21:09:29 UTC

[mynewt-core] branch master updated (31aa50e -> 3ca3808)

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 31aa50e  Merge pull request #1019 from ccollins476ad/boot-serial-no-console
     add b3dbaab  kernel/os - tu_restart on task terminate.
     add 1a10a60  testutil - TEST_CASE_TASK() for in-OS tests
     add 1923da3  mn_socket - Use `TEST_CASE_TASK()`
     add 2c6da7f  net/oic - Use `TEST_CASE_TASK()`
     new 3ca3808  Merge pull request #986 from ccollins476ad/test-task

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kernel/sim/src/sim_sched_gen.c                     | 10 +++-
 net/ip/mn_socket/test/src/mn_sock_test.c           |  5 --
 net/ip/mn_socket/test/src/mn_sock_test.h           | 17 +++---
 net/ip/mn_socket/test/src/mn_sock_util.c           |  4 +-
 .../mn_socket/test/src/testcases/inet_ntop_test.c  |  1 +
 .../mn_socket/test/src/testcases/inet_pton_test.c  |  1 +
 net/ip/mn_socket/test/src/testcases/socket_tests.c | 18 +++---
 net/oic/test/src/test_discovery.c                  | 13 ++---
 net/oic/test/src/test_getset.c                     |  9 ++-
 net/oic/test/src/test_observe.c                    | 11 ++--
 net/oic/test/src/test_oic.c                        |  9 ---
 net/oic/test/src/testcases/oic_tests.c             | 39 ++-----------
 test/testutil/include/testutil/testutil.h          | 68 +++++++++++++---------
 test/testutil/src/testutil.c                       | 59 +++++++++++++++++++
 14 files changed, 152 insertions(+), 112 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.

[mynewt-core] 01/01: Merge pull request #986 from ccollins476ad/test-task

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 3ca3808a00875c0318eca4b5783d9283f1b8f8b2
Merge: 31aa50e 2c6da7f
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Apr 18 14:09:27 2018 -0700

    Merge pull request #986 from ccollins476ad/test-task
    
    Simplify unit tests that run in the OS

 kernel/sim/src/sim_sched_gen.c                     | 10 +++-
 net/ip/mn_socket/test/src/mn_sock_test.c           |  5 --
 net/ip/mn_socket/test/src/mn_sock_test.h           | 17 +++---
 net/ip/mn_socket/test/src/mn_sock_util.c           |  4 +-
 .../mn_socket/test/src/testcases/inet_ntop_test.c  |  1 +
 .../mn_socket/test/src/testcases/inet_pton_test.c  |  1 +
 net/ip/mn_socket/test/src/testcases/socket_tests.c | 18 +++---
 net/oic/test/src/test_discovery.c                  | 13 ++---
 net/oic/test/src/test_getset.c                     |  9 ++-
 net/oic/test/src/test_observe.c                    | 11 ++--
 net/oic/test/src/test_oic.c                        |  9 ---
 net/oic/test/src/testcases/oic_tests.c             | 39 ++-----------
 test/testutil/include/testutil/testutil.h          | 68 +++++++++++++---------
 test/testutil/src/testutil.c                       | 59 +++++++++++++++++++
 14 files changed, 152 insertions(+), 112 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.