mirror of
https://github.com/intel/isa-l.git
synced 2025-10-28 19:51:56 +01:00
erasure_code: improve verbose output of test application
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
@@ -484,6 +484,7 @@ main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
#ifdef TEST_VERBOSE
|
#ifdef TEST_VERBOSE
|
||||||
putchar('.');
|
putchar('.');
|
||||||
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -703,6 +704,7 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
#ifdef TEST_VERBOSE
|
#ifdef TEST_VERBOSE
|
||||||
putchar('.');
|
putchar('.');
|
||||||
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -781,6 +783,10 @@ main(int argc, char *argv[])
|
|||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef TEST_VERBOSE
|
||||||
|
putchar('.');
|
||||||
|
fflush(stdout);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("done EC tests: Pass\n");
|
printf("done EC tests: Pass\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user