From 6b9d16fc2701c0f4f481a12657d4318950b0d75a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Aug 2002 00:53:38 +0000 Subject: 2002-08-01 Joel Sherrill * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c, itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified. --- testsuites/itrontests/itronmbf01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/itrontests/itronmbf01') diff --git a/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c index 3c2714a35f..575d1b61f2 100644 --- a/testsuites/itrontests/itronmbf01/init.c +++ b/testsuites/itrontests/itronmbf01/init.c @@ -62,7 +62,7 @@ void ITRON_Init( void ) TestTrcv(); printf("\n\n*** ITRONMBF01 --- ITRON MESSAGE BUFFER TEST ***\n"); - exit(0); + rtems_test_exit(0); } void TestCre() -- cgit v1.2.3