unit-tests: Depend on SHA1/SHA256 features for mgf1 test cases

This commit is contained in:
Martin Willi
2015-03-23 09:53:34 +01:00
parent a83d1245d8
commit e284a861b8
2 changed files with 16 additions and 5 deletions
+2 -1
View File
@@ -44,6 +44,7 @@ TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE(asn1_parser_suite_create)
TEST_SUITE(test_rng_suite_create)
TEST_SUITE(mgf1_suite_create)
TEST_SUITE_DEPEND(mgf1_sha1_suite_create, HASHER, HASH_SHA1)
TEST_SUITE_DEPEND(mgf1_sha256_suite_create, HASHER, HASH_SHA256)
TEST_SUITE_DEPEND(ntru_suite_create, DH, NTRU_112_BIT)
TEST_SUITE_DEPEND(fetch_http_suite_create, FETCHER, "http://")