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

@ -479,7 +479,7 @@ void check_padding( int pad_mode, char *input_str, int ret, int dlen_check )
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
void cipher_selftest()
{
TEST_ASSERT( cipher_self_test( 0 ) == 0 );