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/smptests/smp05/init.c | 4 ++-- testsuites/smptests/smp07/init.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/smptests') diff --git a/testsuites/smptests/smp05/init.c b/testsuites/smptests/smp05/init.c index 6da5232780..7988861983 100644 --- a/testsuites/smptests/smp05/init.c +++ b/testsuites/smptests/smp05/init.c @@ -27,7 +27,7 @@ rtems_task Test_task( static void success(void) { - rtems_test_end(); + TEST_END(); rtems_test_exit( 0 ); } @@ -50,7 +50,7 @@ rtems_task Init( rtems_status_code status; locked_print_initialize(); - rtems_test_begin(); + TEST_BEGIN(); if ( rtems_get_processor_count() == 1 ) { success(); diff --git a/testsuites/smptests/smp07/init.c b/testsuites/smptests/smp07/init.c index fe856c9d41..1e356edc93 100644 --- a/testsuites/smptests/smp07/init.c +++ b/testsuites/smptests/smp07/init.c @@ -30,7 +30,7 @@ rtems_task Test_task( static void success(void) { - rtems_test_end( ); + TEST_END( ); rtems_test_exit( 0 ); } @@ -98,7 +98,7 @@ rtems_task Init( rtems_id Timer; locked_print_initialize(); - rtems_test_begin(); + TEST_BEGIN(); if ( rtems_get_processor_count() == 1 ) { success(); -- cgit v1.2.3