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

@@ -47,7 +47,7 @@ void base64_decode( char *src_string, char *dst_string, int result )
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
void base64_selftest()
{
TEST_ASSERT( base64_self_test( 0 ) == 0 );