mirror of https://github.com/ARMmbed/mbed-os.git
Fixing UNITTESTS
parent
ce3d999f54
commit
8d7c7555dc
|
@ -14,7 +14,7 @@ Folders containing files under different permissive license than Apache 2.0 are
|
|||
- [features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor) - BSD-3-Clause
|
||||
- [features/lorawan](./features/lorawan) - Revised BSD
|
||||
- [connectivity/lwipstack](./connectivity/lwipstack) - BSD-style, MIT-style
|
||||
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause
|
||||
- [connectivity/nanostack/sal-stack-nanostack](./connectivity/nanostack/sal-stack-nanostack) - BSD-3-Clause
|
||||
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
|
||||
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
|
||||
- [storage/blockdevice](./storage/blockdevice) - Apache 2.0, MIT
|
||||
|
|
|
@ -36,7 +36,7 @@ set(unittest-test-sources
|
|||
stubs/aes_stub.c
|
||||
stubs/cmac_stub.c
|
||||
stubs/mbed_assert_stub.cpp
|
||||
../features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
../connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
|
||||
)
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ set(unittest-test-sources
|
|||
stubs/mbed_atomic_stub.c
|
||||
stubs/mbed_critical_stub.c
|
||||
stubs/equeue_stub.c
|
||||
../features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
../connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
stubs/EventQueue_stub.cpp
|
||||
stubs/mbed_shared_queues_stub.cpp
|
||||
stubs/nsapi_dns_stub.cpp
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "netsocket/UDPSocket.h"
|
||||
#include "netsocket/DTLSSocketWrapper.h"
|
||||
#include "NetworkStack_stub.h"
|
||||
#include "features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h"
|
||||
#include "connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h"
|
||||
#include <cstring> //memset
|
||||
|
||||
#include "mbed_error.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ set(unittest-test-sources
|
|||
stubs/mbed_atomic_stub.c
|
||||
stubs/mbed_critical_stub.c
|
||||
stubs/equeue_stub.c
|
||||
../features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
../connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
stubs/EventQueue_stub.cpp
|
||||
stubs/mbed_shared_queues_stub.cpp
|
||||
stubs/nsapi_dns_stub.cpp
|
||||
|
|
|
@ -24,7 +24,7 @@ set(unittest-test-sources
|
|||
stubs/mbed_atomic_stub.c
|
||||
stubs/mbed_critical_stub.c
|
||||
stubs/equeue_stub.c
|
||||
../features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
../connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
stubs/EventQueue_stub.cpp
|
||||
stubs/mbed_shared_queues_stub.cpp
|
||||
stubs/nsapi_dns_stub.cpp
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "netsocket/TCPSocket.h"
|
||||
#include "netsocket/TLSSocketWrapper.h"
|
||||
#include "NetworkStack_stub.h"
|
||||
#include "features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h"
|
||||
#include "connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h"
|
||||
#include <cstring> //memset
|
||||
|
||||
#include "mbed_error.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ set(unittest-test-sources
|
|||
stubs/mbed_atomic_stub.c
|
||||
stubs/mbed_critical_stub.c
|
||||
stubs/equeue_stub.c
|
||||
../features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
../connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
|
||||
stubs/EventQueue_stub.cpp
|
||||
stubs/mbed_shared_queues_stub.cpp
|
||||
stubs/nsapi_dns_stub.cpp
|
||||
|
|
|
@ -846,8 +846,8 @@ EXCLUDE_PATTERNS = */tools/* \
|
|||
*/features/mbedtls/* \
|
||||
*/features/unsupported/* \
|
||||
*/connectivity/lwipstack/* \
|
||||
*/features/nanostack/sal-stack-nanostack/* \
|
||||
*/features/nanostack/coap-service/* \
|
||||
*/connectivity/nanostack/sal-stack-nanostack/* \
|
||||
*/connectivity/nanostack/coap-service/* \
|
||||
*/mbed-trace/* \
|
||||
*/mbed-coap/* \
|
||||
*/nanostack-libservice/* \
|
||||
|
|
Loading…
Reference in New Issue