CMake: Move mbedtls stub headers to the mbedtls doubles dir
Previously all the mbedtls stubs headers under mbed-stubs-headers,
so this PR move all mbedtls stubs headers under
mbedtls/tests/UNITTESTS/double directory and update CMake to include
stubs headers into mbed-stubs-mbedtls library to make mbedtls stubs
to be self-contained.
ls
1 parent ef7699d commit d57ed8d95a5a3d9565c68280940ea60f3703ac28
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 7 Jul 2021
Showing 8 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
UNITTESTS/stubs/aes_stub.h 100644 → 0
View
UNITTESTS/stubs/cipher_stub.h 100644 → 0
View
UNITTESTS/stubs/cmac_stub.h 100644 → 0
View
connectivity/mbedtls/tests/UNITTESTS/doubles/CMakeLists.txt
View
connectivity/mbedtls/tests/UNITTESTS/doubles/aes_stub.h 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/doubles/cipher_stub.h 0 → 100644
View
connectivity/mbedtls/tests/UNITTESTS/doubles/cmac_stub.h 0 → 100644