diff --git a/src/tests/test.c b/src/tests/test.c index 9b65e351..c05e72a7 100644 --- a/src/tests/test.c +++ b/src/tests/test.c @@ -35,6 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include +#include /** Current self-test set */ static struct self_test *current_tests; @@ -134,6 +135,7 @@ static int run_all_tests ( void ) { return -EINPROGRESS; } else { printf ( "OK: all %d tests passed\n", total ); + profstat(); return 0; } }