Add output to test

This commit is contained in:
Raphael Assenat 2015-10-24 14:50:09 -04:00
parent 90895b0972
commit 9f1dbf6bdd
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ int main(int argc, char **argv)
i++;
if (i>100)
i=0;
printf("."); fflush(stdout);
} while (nonstop);
printf("Test ok\n");
}