Fix some dependencies in tests

This commit is contained in:
Manuel Pégourié-Gonnard
2013-09-18 18:54:01 +02:00
parent 92e5b59355
commit 387a211fad
13 changed files with 39 additions and 16 deletions

View File

@@ -224,7 +224,7 @@ void x509parse_crl( char *crl_data, char *result_str, int result )
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_X509_CRT_PARSE_C */
/* BEGIN_CASE depends_on:POLARSSL_X509_CRT_PARSE_C:POLARSSL_SELFTEST_C */
void x509_selftest()
{
TEST_ASSERT( x509_self_test( 0 ) == 0 );