From 698c2e504a4382036b412e1b2798ca83432bbbab Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Mar 2014 08:06:16 +0100 Subject: tests/psxtests: Use --- testsuites/psxtests/psxreaddir/test.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxreaddir/test.c') diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c index 78e5d7ca29..c79393160e 100644 --- a/testsuites/psxtests/psxreaddir/test.c +++ b/testsuites/psxtests/psxreaddir/test.c @@ -40,6 +40,8 @@ #include #include +const char rtems_test_name[] = "PSXREADDIR"; + /* forward declarations to avoid warnings */ int test_main(void); void printdir(DIR *directory); @@ -253,7 +255,7 @@ int main( struct stat s; - printf( "\n\n*** READDIR TEST ***\n" ); + TEST_BEGIN(); printf( "\nchdir to the root directory\n" ); status = chdir( "/" ); @@ -531,6 +533,6 @@ int main( rtems_test_assert ( status == 0 ); test_across_mount(); - printf( "\n\n*** END OF READDIR TEST ***\n" ); + TEST_END(); rtems_test_exit(0); } -- cgit v1.2.3