add evp_pkey_cleanup test

This commit is contained in:
Brent Cook
2022-04-04 01:09:27 -05:00
parent e5263d7163
commit b52dc3d9b2
3 changed files with 13 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ include_directories(
.
../crypto/asn1
../crypto/bio
../crypto/evp
../crypto/modes
../crypto/x509
../ssl
@@ -243,6 +244,11 @@ add_executable(evp_pkey_check evp_pkey_check.c)
target_link_libraries(evp_pkey_check ${OPENSSL_TEST_LIBS})
add_test(evp_pkey_check evp_pkey_check)
# evp_pkey_cleanup
add_executable(evp_pkey_cleanup evp_pkey_cleanup.c)
target_link_libraries(evp_pkey_cleanup ${OPENSSL_TEST_LIBS})
add_test(evp_pkey_cleanup evp_pkey_cleanup)
# evptest
add_executable(evptest evptest.c)
target_link_libraries(evptest ${OPENSSL_TEST_LIBS})