X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/blobdiff_plain/6007b013604d945316416c99e3e60f3673266b72..7a0a442dd2f00a02c80cc88e96c9ce526966c43f:/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c diff --git a/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c b/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c index bffa7b5..5a334e4 100644 --- a/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c +++ b/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c @@ -113,7 +113,9 @@ int main() fosa_signal_t signal_set[1]; fosa_thread_id_t periodic_tid; results_t results; - + + // Display a header text + printf("\n"); printf("This test measures the time of a long jump\n"); printf("It displays elapsed time for execution of an operation with a budget of 20ms\n"); printf("\n");