commit | e42510305fda1db0b96081008a7bf83a9208f416 | [log] [tgz] |
---|---|---|
author | Deomid Ryabkov <rojer@cesanta.com> | Sun Nov 27 14:50:06 2016 +0000 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Mar 27 23:22:34 2018 +0200 |
tree | 6dad13c86ae902ebe49d8b156dc7c05a961d1dba | |
parent | f8270e30d9f9c2684fecda3d492bc0bef89b19f0 [diff] [blame] |
Fix some test deps * Cert revocation tests require `MBEDTLS_HAVE_TIME_DATE`. * Verison features tests require... well, `MBEDTLS_VERSION_FEATURES`, actually. Fixes https://github.com/ARMmbed/mbedtls/issues/1475
diff --git a/tests/suites/test_suite_version.function b/tests/suites/test_suite_version.function index 37144ca..a4847f9 100644 --- a/tests/suites/test_suite_version.function +++ b/tests/suites/test_suite_version.function
@@ -64,7 +64,7 @@ } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:MBEDTLS_VERSION_FEATURES */ void check_feature( char *feature, int result ) { int check = mbedtls_version_check_feature( feature );