CMake: Move mbedtls stubs to the mbedtls dir
Move the connectivity mbedtls stubs into the connectivity/mbedtls
component directory. So we can avoid duplicating the mbed-os source
tree in a central UNITTESTS folder.
ls
1 parent 3c2c5be commit 66019cb80e2290261dcb17c1bb019d1c1ce6e82f
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 7 Jul 2021
Showing 17 changed files
View
UNITTESTS/stubs/connectivity/CMakeLists.txt
View
UNITTESTS/stubs/connectivity/aes_stub.c 100644 → 0
View
UNITTESTS/stubs/connectivity/cipher_stub.c 100644 → 0
View
UNITTESTS/stubs/connectivity/cmac_stub.c 100644 → 0
View
connectivity/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt
View
connectivity/mbedtls/CMakeLists.txt
View
connectivity/mbedtls/tests/UNITTESTS/.mbedignore 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/CMakeLists.txt 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/doubles/aes_stub.c 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/doubles/cipher_stub.c 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/doubles/cmac_stub.c 0 → 100644
View
connectivity/netsocket/tests/UNITTESTS/netsocket/DTLSSocket/CMakeLists.txt
View
connectivity/netsocket/tests/UNITTESTS/netsocket/DTLSSocketWrapper/CMakeLists.txt
View
connectivity/netsocket/tests/UNITTESTS/netsocket/TLSSocket/CMakeLists.txt
View
connectivity/netsocket/tests/UNITTESTS/netsocket/TLSSocketWrapper/CMakeLists.txt