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

@ -515,7 +515,7 @@ void ecp_gen_keypair( int id )
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_SELFTEST_C */
void ecp_selftest()
{
TEST_ASSERT( ecp_self_test( 0 ) == 0 );