Skip to content

Commit 6dfd515

Browse files
committed
crypto: Add Mbed Crypto includes to unit tests
Mbed Crypto also supplies include files. Ensure that our unit tests can find those headers.
1 parent 0758d23 commit 6dfd515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UNITTESTS/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ set(unittest-includes-base
133133
"${PROJECT_SOURCE_DIR}/../features/lorawan/system"
134134
"${PROJECT_SOURCE_DIR}/../features/mbedtls"
135135
"${PROJECT_SOURCE_DIR}/../features/mbedtls/inc"
136+
"${PROJECT_SOURCE_DIR}/../features/mbedtls/mbed-crypto/inc"
136137
)
137138

138139
# Create a list for test suites.

0 commit comments

Comments
 (0)