mirror of https://github.com/ARMmbed/mbed-os.git
crypto: Add Mbed Crypto includes to unit tests
Mbed Crypto also supplies include files. Ensure that our unit tests can find those headers.pull/11315/head
parent
0758d23f00
commit
6dfd515dd6
|
@ -133,6 +133,7 @@ set(unittest-includes-base
|
|||
"${PROJECT_SOURCE_DIR}/../features/lorawan/system"
|
||||
"${PROJECT_SOURCE_DIR}/../features/mbedtls"
|
||||
"${PROJECT_SOURCE_DIR}/../features/mbedtls/inc"
|
||||
"${PROJECT_SOURCE_DIR}/../features/mbedtls/mbed-crypto/inc"
|
||||
)
|
||||
|
||||
# Create a list for test suites.
|
||||
|
|
Loading…
Reference in New Issue