unit-tests: Added hasher tests

This commit is contained in:
Andreas Steffen
2013-12-04 23:09:32 +01:00
parent 2006709ec5
commit 78affed0a0
3 changed files with 191 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ TEST_SUITE_DEPEND(ecdsa_suite_create, PRIVKEY_GEN, KEY_ECDSA)
TEST_SUITE_DEPEND(rsa_suite_create, PRIVKEY_GEN, KEY_RSA)
TEST_SUITE(host_suite_create)
TEST_SUITE(printf_suite_create)
TEST_SUITE(hasher_suite_create)
TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE(test_rng_suite_create)