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
@@ -42,6 +42,7 @@ tests_SOURCES = tests.h tests.c \
suites/test_host.c \
suites/test_hasher.c \
suites/test_crypter.c \
suites/test_crypto_factory.c \
suites/test_pen.c \
suites/test_asn1.c \
suites/test_asn1_parser.c \