diff --git a/tests/suites/test_suite_entropy.function b/tests/suites/test_suite_entropy.function index c46246c47..50f783077 100644 --- a/tests/suites/test_suite_entropy.function +++ b/tests/suites/test_suite_entropy.function @@ -40,7 +40,7 @@ static int entropy_dummy_source( void *data, unsigned char *output, * END_DEPENDENCIES */ -/* BEGIN_CASE depends_on:POLARSSL_FS_IO */ +/* BEGIN_CASE depends_on:POLARSSL_FS_IO:ENTROPY_HAVE_DEFAULT */ void entropy_seed_file( char *path, int ret ) { entropy_context ctx; @@ -78,7 +78,7 @@ exit: } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:ENTROPY_HAVE_DEFAULT */ void entropy_func_len( int len, int ret ) { entropy_context ctx; @@ -137,7 +137,7 @@ exit: } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:ENTROPY_HAVE_DEFAULT */ void entropy_threshold( int threshold, int chunk_size, int result ) { entropy_context ctx; @@ -167,7 +167,7 @@ exit: } /* END_CASE */ -/* BEGIN_CASE depends_on:POLARSSL_SELF_TEST */ +/* BEGIN_CASEdepends_on:ENTROPY_HAVE_DEFAULT:POLARSSL_SELF_TEST */ void entropy_selftest( ) { TEST_ASSERT( entropy_self_test( 0 ) == 0 ); diff --git a/tests/suites/test_suite_rsa.function b/tests/suites/test_suite_rsa.function index 7cfc09f7f..3d13edd9a 100644 --- a/tests/suites/test_suite_rsa.function +++ b/tests/suites/test_suite_rsa.function @@ -658,7 +658,7 @@ exit: } /* END_CASE */ -/* BEGIN_CASE depends_on:POLARSSL_CTR_DRBG_C:POLARSSL_ENTROPY_C */ +/* BEGIN_CASE depends_on:POLARSSL_CTR_DRBG_C:POLARSSL_ENTROPY_C:ENTROPY_HAVE_DEFAULT */ void rsa_gen_key( int nrbits, int exponent, int result) { rsa_context ctx;