Skip to content

Commit 900a5ce

Browse files
maxtropetsCopilot
andauthored
Better CBOR wrappers (#7549)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 243593a commit 900a5ce

7 files changed

Lines changed: 1820 additions & 296 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,12 @@ if(BUILD_TESTS)
618618
target_include_directories(crypto_test PRIVATE ${CCFCRYPTO_INC})
619619
target_link_libraries(crypto_test PRIVATE ccfcrypto)
620620

621+
add_unit_test(
622+
cbor_test ${CMAKE_CURRENT_SOURCE_DIR}/src/crypto/test/cbor.cpp
623+
)
624+
target_include_directories(cbor_test PRIVATE ${CCFCRYPTO_INC})
625+
target_link_libraries(cbor_test PRIVATE ccfcrypto)
626+
621627
add_unit_test(
622628
sharing_test
623629
${CMAKE_CURRENT_SOURCE_DIR}/src/crypto/test/secret_sharing.cpp

0 commit comments

Comments
 (0)