Skip to content

Commit 85d2e8f

Browse files
author
Kyle Kearney
committed
Add kvstore/conf to unittest includes
The unittests compile DirectAccessDeviceKey.cpp which depends on kv_config.h, which lives in features/storage/kvstore/conf
1 parent ab8ac88 commit 85d2e8f

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
@@ -145,6 +145,7 @@ set(unittest-includes-base
145145
"${PROJECT_SOURCE_DIR}/../features/mbedtls"
146146
"${PROJECT_SOURCE_DIR}/../features/mbedtls/inc"
147147
"${PROJECT_SOURCE_DIR}/../features/mbedtls/mbed-crypto/inc"
148+
"${PROJECT_SOURCE_DIR}/../features/storage/kvstore/conf"
148149
)
149150

150151
# Create a list for test suites.

0 commit comments

Comments
 (0)