Add kvstore/conf to unittest includes

The unittests compile DirectAccessDeviceKey.cpp which depends on
kv_config.h, which lives in features/storage/kvstore/conf
pull/11629/head
Kyle Kearney 2020-03-24 12:36:36 -07:00
parent ab8ac8871c
commit 85d2e8f2f2
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ set(unittest-includes-base
"${PROJECT_SOURCE_DIR}/../features/mbedtls"
"${PROJECT_SOURCE_DIR}/../features/mbedtls/inc"
"${PROJECT_SOURCE_DIR}/../features/mbedtls/mbed-crypto/inc"
"${PROJECT_SOURCE_DIR}/../features/storage/kvstore/conf"
)
# Create a list for test suites.