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/psxmsgq01/init.c | 6 ++++-- testsuites/psxtests/psxmsgq01/system.h | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxmsgq01') diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c index 0f4bb32f92..5d544ddeeb 100644 --- a/testsuites/psxtests/psxmsgq01/init.c +++ b/testsuites/psxtests/psxmsgq01/init.c @@ -20,6 +20,8 @@ #include /* signal facilities */ #include "test_support.h" +const char rtems_test_name[] = "PSXMSGQ 1"; + /* forward declarations to avoid warnings */ void Start_Test(char *description); void Validate_attributes(mqd_t mq, int oflag, int msg_count); @@ -1272,7 +1274,7 @@ void *POSIX_Init( void *argument ) { - puts( "\n\n*** POSIX MESSAGE QUEUE TEST ***" ); + TEST_BEGIN(); validate_mq_open_error_codes( ); open_test_queues(); @@ -1291,7 +1293,7 @@ void *POSIX_Init( verify_mq_receive(); verify_mq_send(); - puts( "*** END OF POSIX MESSAGE QUEUE TEST ***" ); + TEST_END(); rtems_test_exit( 0 ); return NULL; /* just so the compiler thinks we returned something */ diff --git a/testsuites/psxtests/psxmsgq01/system.h b/testsuites/psxtests/psxmsgq01/system.h index 3c39a94024..764f733ff4 100644 --- a/testsuites/psxtests/psxmsgq01/system.h +++ b/testsuites/psxtests/psxmsgq01/system.h @@ -34,6 +34,8 @@ void *Task_5(void *argument); #define CONFIGURE_POSIX_INIT_THREAD_TABLE +#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION + #define CONFIGURE_MAXIMUM_POSIX_THREADS 5 #define CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES 10 #define CONFIGURE_MAXIMUM_POSIX_TIMERS 4 -- cgit v1.2.3