mirror of https://github.com/ARMmbed/mbed-os.git
Add kvstore/conf to unittest includes
The unittests compile DirectAccessDeviceKey.cpp which depends on kv_config.h, which lives in features/storage/kvstore/confpull/11629/head
parent
ab8ac8871c
commit
85d2e8f2f2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue