Handle compilation errors of tests

This commit is contained in:
2017-12-03 21:46:03 +01:00
parent 96849d6600
commit e50fbff2d1
2 changed files with 20 additions and 13 deletions

View File

@@ -116,7 +116,7 @@ int main(int argc, char **argv)
}
printf("\n");
printf("%s----------------------------------------%s\n", TT_CLR_BLU, TT_CLR_RES);
/* printf("%s----------------------------------------%s\n", TT_CLR_BLU, TT_CLR_RES); */
printf("Ran %d tests in %s\n", i, tt_filename);
free(buffer);
if(failures)