commit | fce88b25333a7ba655b07ded57a96a40b2e4a821 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed May 09 13:06:12 2018 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 24 13:37:31 2018 +0200 |
tree | 6a83467bb2ad64aae6a514baa2c74f10305a1c70 | |
parent | 69767d1c7b8796fb02b93ee0b437e68267a0ee42 [diff] [blame] |
Fix selftest verbosity in test suites
diff --git a/tests/suites/test_suite_poly1305.function b/tests/suites/test_suite_poly1305.function index 964d129..682eb05 100644 --- a/tests/suites/test_suite_poly1305.function +++ b/tests/suites/test_suite_poly1305.function
@@ -66,6 +66,6 @@ /* BEGIN_CASE depends_on:MBEDTLS_POLY1305_C:MBEDTLS_SELF_TEST */ void poly1305_selftest() { - TEST_ASSERT( mbedtls_poly1305_self_test( 0 ) == 0 ); + TEST_ASSERT( mbedtls_poly1305_self_test( 1 ) == 0 ); } /* END_CASE */