]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - src_marte_os/tests/test_non_local_jump/test_fosa_long_jump.c
Added a header that is printed at the start of the test
[frescor/fosa.git] / src_marte_os / tests / test_non_local_jump / test_fosa_long_jump.c
index 1d1ffa79d578202579e1b541261e37e6de63bd9b..b6f8a98e67b00653de885db8cdefbaedc8fb4126 100644 (file)
@@ -90,6 +90,13 @@ int main()
     fosa_signal_t signal_set[1];
     fosa_thread_id_t periodic_tid;
 
+    // Print test header
+    printf("\n");
+    printf("This test checks the ability to make long jumps in FOSA\n");
+    printf("A periodic workload consumes 1ms or 7ms (every 5 iterations)\n");
+    printf("The budget is set to 1.4ms; when exceeded, the operation is aborted\n");
+    printf("\n");
+
     memset(&context, 0, sizeof(context) );
 
     memset(&periodic_attr, 0, sizeof(periodic_attr) );