Skip to content

Commit 9aabef0

Browse files
authored
Merge pull request #9641 from SparkiDev/api_c_split_evp
API testing: split out more test cases
2 parents d18b4b2 + 43d831f commit 9aabef0

27 files changed

Lines changed: 24159 additions & 23377 deletions

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,6 +2739,13 @@ if(WOLFSSL_EXAMPLES)
27392739
tests/api/test_ossl_x509_str.c
27402740
tests/api/test_ossl_x509_lu.c
27412741
tests/api/test_ossl_pem.c
2742+
tests/api/test_ossl_rand.c
2743+
tests/api/test_ossl_obj.c
2744+
tests/api/test_ossl_p7p12.c
2745+
tests/api/test_evp_digest.c
2746+
tests/api/test_evp_cipher.c
2747+
tests/api/test_evp_pkey.c
2748+
tests/api/test_certman.c
27422749
tests/api/test_tls13.c
27432750
tests/srp.c
27442751
tests/suites.c

0 commit comments

Comments
 (0)