summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcache01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spcache01/init.c')
-rw-r--r--testsuites/sptests/spcache01/init.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/sptests/spcache01/init.c b/testsuites/sptests/spcache01/init.c
index d0dddd94ab..2c9d184bee 100644
--- a/testsuites/sptests/spcache01/init.c
+++ b/testsuites/sptests/spcache01/init.c
@@ -25,6 +25,8 @@
#define TESTS_USE_PRINTF
#include "tmacros.h"
+const char rtems_test_name[] = "SPCACHE 1";
+
#define I() __asm__ volatile ("nop")
#define I8() I(); I(); I(); I(); I(); I(); I(); I()
@@ -371,12 +373,12 @@ static void test_timing(void)
static void Init(rtems_task_argument arg)
{
- puts("\n\n*** TEST SPCACHE 1 ***");
+ TEST_BEGIN();
test_data_flush_and_invalidate();
test_timing();
- puts("*** END OF TEST SPCACHE 1 ***");
+ TEST_END();
rtems_test_exit(0);
}
@@ -388,6 +390,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT