Fix some more depend issues

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-19 18:09:14 +02:00
parent 387a211fad
commit 4fee79b885
20 changed files with 638 additions and 611 deletions

View file

@ -34,7 +34,7 @@ void arc4_crypt( char *hex_src_string, char *hex_key_string,
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
void arc4_selftest()
{
TEST_ASSERT( arc4_self_test( 0 ) == 0 );