summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsrofs01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsrofs01/init.c')
-rw-r--r--testsuites/fstests/fsrofs01/init.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuites/fstests/fsrofs01/init.c b/testsuites/fstests/fsrofs01/init.c
index 9bea11503d..fd8dd69ae5 100644
--- a/testsuites/fstests/fsrofs01/init.c
+++ b/testsuites/fstests/fsrofs01/init.c
@@ -28,6 +28,8 @@
#include <rtems/rtems-rfs-format.h>
#include <rtems/ramdisk.h>
+const char rtems_test_name[] = "FSROFS 1";
+
static const rtems_rfs_format_config rfs_config;
static const char rda [] = "/dev/rda";
@@ -151,13 +153,12 @@ static void test_rofs(void)
static void Init(rtems_task_argument arg)
{
- printf("\n\n*** TEST FSROFS 1 ***\n");
+ TEST_BEGIN():
test_create_file_system();
test_rofs();
- printf("*** END OF TEST FSROFS 1 ***\n");
-
+ TEST_END():
rtems_test_exit(0);
}
@@ -181,6 +182,8 @@ size_t rtems_ramdisk_configuration_size = 1;
#define CONFIGURE_EXTRA_TASK_STACKS (8 * 1024)
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT