summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmcontext01/init.c
diff options
context:
space:
mode:
authorbjorn larsson <bjornlarsson@oarcorp.com>2014-03-21 10:48:01 -0500
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:37 +0100
commit2ead50ac4e29d0082dd1f833771a01bb2b642636 (patch)
tree8d62439e985b55410c124d6960255ed28edef2c4 /testsuites/tmtests/tmcontext01/init.c
parenttests/sptests: Use <rtems/test.h> (diff)
downloadrtems-2ead50ac4e29d0082dd1f833771a01bb2b642636.tar.bz2
tmtests: convert to test.h
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;