Skip to content

Commit

Permalink
Merge branch 'meta_object_test' of github.com:Yubico/yubihsm-shell in…
Browse files Browse the repository at this point in the history
…to meta_object_test
  • Loading branch information
aveenismail committed Apr 24, 2023
2 parents fc0fe8a + 01f08e8 commit cc14c44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkcs11/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ set (
)

set (
SOURCE_META_OBJECT
meta_object_test.c
common.c
SOURCE_META_OBJECT
meta_object_test.c
common.c
)

set(
set (
SOURCE_AES_ENCRYPT
aes_encrypt_test.c
common.c
Expand Down Expand Up @@ -293,7 +293,7 @@ add_test (
add_test (
NAME meta_object_test
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/meta_object_test ${CMAKE_CURRENT_BINARY_DIR}/../yubihsm_pkcs11.${LIBEXT}
)
)

if (NOT ${LIBCRYPTO_VERSION} VERSION_LESS 1.1)
add_executable (rsa_enc_test ${SOURCE_RSA_ENC_TEST})
Expand Down

0 comments on commit cc14c44

Please sign in to comment.