From 7b00c2fac57740963d3c4d8bf1cf5eab3a31f22e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 6 Nov 2017 07:56:17 +0100 Subject: tests: Use in all tests Update #3170. Update #3199. --- testsuites/samples/paranoia/init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/samples/paranoia/init.c') diff --git a/testsuites/samples/paranoia/init.c b/testsuites/samples/paranoia/init.c index c5110e2722..f2420baaf6 100644 --- a/testsuites/samples/paranoia/init.c +++ b/testsuites/samples/paranoia/init.c @@ -14,7 +14,7 @@ #define CONFIGURE_INIT #include "system.h" #include -#include /* exit */ +#include extern int paranoia(int, char **); @@ -36,8 +36,8 @@ rtems_task Init( #endif rtems_print_printer_fprintf_putc(&rtems_test_printer); - rtems_test_begin(); + TEST_BEGIN(); paranoia(1, args); - rtems_test_end(); - exit( 0 ); + TEST_END(); + rtems_test_exit( 0 ); } -- cgit v1.2.3