diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test.c b/src/tests/test.c index 9b65e35..c05e72a 100644 --- a/src/tests/test.c +++ b/src/tests/test.c @@ -35,6 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <ipxe/test.h> #include <ipxe/init.h> #include <ipxe/image.h> +#include <usr/profstat.h> /** 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; } } |