summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcache01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:21 +0100
commit6c0301daad418d362f71eaa7e5c4b6a2d948fc50 (patch)
treed08b9e09d3c69ca35f96c9f1eeff8eb244df92ed /testsuites/sptests/spcache01
parenttests/psxtests: Use <rtems/test.h> (diff)
downloadrtems-6c0301daad418d362f71eaa7e5c4b6a2d948fc50.tar.bz2
tests/sptests: Use <rtems/test.h>
Diffstat (limited to 'testsuites/sptests/spcache01')
-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