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:
Pablo de Lara
2025-09-17 09:39:15 +00:00
parent e677f668c8
commit 09cec64707

View File

@@ -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");