commit | de420a47b63d838403f029b80b9490e574300fad | [log] [tgz] |
---|---|---|
author | Deomid Ryabkov <rojer@cesanta.com> | Sun Nov 27 14:50:06 2016 +0000 |
committer | Deomid Ryabkov <rojer@cesanta.com> | Tue Mar 27 14:39:26 2018 +0100 |
tree | 5ec79d45e3f5b33e5a9d5f069ada0fd6d9c475a7 | |
parent | f65379bc400707baac9466cce88a759685ac6c01 [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 );