summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmcontext01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tmcontext01/init.c')
-rw-r--r--testsuites/tmtests/tmcontext01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/tmtests/tmcontext01/init.c b/testsuites/tmtests/tmcontext01/init.c
index 0a5af45d6c..04aa26f578 100644
--- a/testsuites/tmtests/tmcontext01/init.c
+++ b/testsuites/tmtests/tmcontext01/init.c
@@ -32,6 +32,8 @@
#define CPU_COUNT 32
+const char rtems_test_name[] = "TMCONTEXT 1";
+
static rtems_counter_ticks t[SAMPLES];
static volatile bool always_true = true;