Révision 191
Ajouté par mukis il y a presque 4 ans
branch/KIS/sp4a12/main.c | ||
---|---|---|
printf ("Erreur Test unitaire trame_cmp.\n");
|
||
exit(-1);
|
||
}
|
||
if (decode_int("GPGGA")!=0){
|
||
if (decode_int('A')!=(-1)){
|
||
printf ("Erreur Test unitaire decode_int.\n");
|
||
exit(-1);
|
||
}
|
||
|
||
|
||
test_decode_int(); //test de la fonction decode_int
|
||
if (decode_int('1')!=1){
|
||
printf ("Erreur Test unitaire decode_int.\n");
|
||
exit(-1);
|
||
}
|
||
if (decode_nombre('1')!=1){
|
||
printf ("Erreur Test unitaire decode_int.\n");
|
||
exit(-1);
|
||
}
|
||
|
||
}
|
||
|
||
// Ne pas modifier cette fonction
|
Formats disponibles : Unified diff