unit-tests: Add test for crypto_factory_t's rng_create method

This commit is contained in:
Tobias Brunner
2014-06-20 16:21:55 +02:00
parent 90854d289f
commit e145f27db7
3 changed files with 157 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ TEST_SUITE(host_suite_create)
TEST_SUITE(printf_suite_create)
TEST_SUITE(hasher_suite_create)
TEST_SUITE(crypter_suite_create)
TEST_SUITE(crypto_factory_suite_create)
TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE(asn1_parser_suite_create)