summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcontext01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spcontext01/init.c')
-rw-r--r--testsuites/sptests/spcontext01/init.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/sptests/spcontext01/init.c b/testsuites/sptests/spcontext01/init.c
index fd14b6085d..f26bc55168 100644
--- a/testsuites/sptests/spcontext01/init.c
+++ b/testsuites/sptests/spcontext01/init.c
@@ -18,6 +18,8 @@
#include "tmacros.h"
+const char rtems_test_name[] = "SPCONTEXT 1";
+
#define ITERATION_COUNT 2000
#define PRIORITY_HIGH 2
@@ -162,11 +164,11 @@ static void Init(rtems_task_argument arg)
{
test_context *self = &test_instance;
- puts("\n\n*** TEST SPCONTEXT 1 ***");
+ TEST_BEGIN();
test(self);
- puts("*** END OF TEST SPCONTEXT 1 ***");
+ TEST_END();
rtems_test_exit(0);
}
@@ -181,6 +183,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_TASKS 3
#define CONFIGURE_MAXIMUM_TIMERS 1
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT