Projet

Général

Profil

« Précédent | Suivant » 

Révision 182

Ajouté par frkanaan il y a presque 4 ans

Question 7 test unitaire test_decode repensé

Voir les différences:

branch/KANAAN/sp4a12/main.c
void test_decode_int(void)
{
char i;
for(i=0; i<127; i++)
{
if(i>47 && i<54 && decode_int(i) != (i-48))

Formats disponibles : Unified diff