tests: Move ecdsa tests to own test file

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-01-08 22:36:53 +01:00
parent 59308bc269
commit 5ad7da7fd2
3 changed files with 497 additions and 487 deletions

View File

@@ -20,6 +20,10 @@ if (UNIX AND NOT WIN32)
if (HAVE_DSA)
add_cmocka_test(torture_pki_dsa torture_pki_dsa.c ${TORTURE_LIBRARY})
endif()
if (HAVE_ECC)
add_cmocka_test(torture_pki_ecdsa torture_pki_ecdsa.c ${TORTURE_LIBRARY})
endif()
# requires /dev/null
add_cmocka_test(torture_channel torture_channel.c ${TORTURE_LIBRARY})
# requires pthread