1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Moved tests from selftest to tests/test_suite_ecp

This commit is contained in:
Manuel Pégourié-Gonnard
2012-11-07 21:39:45 +01:00
committed by Paul Bakker
parent a5402fee04
commit 4b8c3f2a1c
5 changed files with 181 additions and 185 deletions

View File

@ -50,7 +50,6 @@
#include "polarssl/x509.h"
#include "polarssl/xtea.h"
#include "polarssl/pbkdf2.h"
#include "polarssl/ecp.h"
int main( int argc, char *argv[] )
{
@ -156,11 +155,6 @@ int main( int argc, char *argv[] )
return( ret );
#endif
#if defined(POLARSSL_ECP_C)
if( ( ret = ecp_self_test( v ) ) != 0 )
return( ret );
#endif
#else
printf( " POLARSSL_SELF_TEST not defined.\n" );
#endif