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/pppd/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuites/samples/pppd') diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c index 1661e558ba..6e04c344de 100644 --- a/testsuites/samples/pppd/init.c +++ b/testsuites/samples/pppd/init.c @@ -22,6 +22,7 @@ #include #include #include "netconfig.h" +#include const char rtems_test_name[] = "PPPD"; @@ -39,7 +40,7 @@ rtems_task Init(rtems_task_argument argument) rtems_print_printer_fprintf_putc(&rtems_test_printer); - rtems_test_begin(); + TEST_BEGIN(); status = rtems_shell_wait_for_input( STDIN_FILENO, @@ -48,7 +49,7 @@ rtems_task Init(rtems_task_argument argument) NULL ); if (status != RTEMS_SUCCESSFUL) { - rtems_test_end(); + TEST_END(); exit( 0 ); } -- cgit v1.2.3