Moved test_rng to a test suite of its own

This commit is contained in:
Andreas Steffen
2013-12-04 21:23:30 +01:00
parent f1e12da7ef
commit 2006709ec5
4 changed files with 58 additions and 26 deletions
+1
View File
@@ -34,5 +34,6 @@ TEST_SUITE(host_suite_create)
TEST_SUITE(printf_suite_create)
TEST_SUITE(pen_suite_create)
TEST_SUITE(asn1_suite_create)
TEST_SUITE(test_rng_suite_create)
TEST_SUITE_DEPEND(ntru_suite_create, DH, NTRU_112_BIT)