Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions unit_test/test_spdm_crypt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ endif()
SET(src_test_spdm_crypt
test_spdm_crypt.c
${LIBSPDM_DIR}/unit_test/spdm_unit_test_common/support.c
${LIBSPDM_DIR}/unit_test/spdm_unit_test_common/algo.c
)

SET(test_spdm_crypt_LIBRARY
Expand All @@ -31,6 +32,8 @@ SET(test_spdm_crypt_LIBRARY
malloclib
cmockalib
spdm_device_secret_lib_sample
spdm_crypt_ext_lib
spdm_common_lib
)

if(TOOLCHAIN STREQUAL "ARM_DS2022")
Expand Down
Loading