Révision 372
Ajouté par Orlani RIVERA il y a presque 3 ans
branch/RIVERA_Orlani/sp4a12/main.c | ||
---|---|---|
printf ("Erreur Test unitaire basique.\n");
|
||
exit(-1);
|
||
}
|
||
/*
|
||
|
||
if (trame_cmp("GPGGAPR","GPGGA")!=1){
|
||
printf ("Erreur Test unitaire trame_cmp.\n");
|
||
exit(-1);
|
||
... | ... | |
if (decode_int(5)!=5){
|
||
printf("Erreur Test unitaire decode_int.\n");
|
||
exit(-1);
|
||
*/
|
||
|
||
|
||
}
|
||
|
||
... | ... | |
int i=0;
|
||
while (trames[i])
|
||
traitement(trames[i++]);
|
||
|
||
printf ("> %s\n",trame);
|
||
if (!trame_init())
|
||
exit(-1);
|
||
// Affichage des trames du fichier gps.log
|
Formats disponibles : Unified diff
modification tests unitaires.