From fdd9004c0b00848e567b40d2d9175a94ef7109aa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 29 Mar 2022 16:33:39 +0200 Subject: spec: Use individual names for ident tests --- spec/rtems/timer/val/ident.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/rtems/timer/val/ident.yml') diff --git a/spec/rtems/timer/val/ident.yml b/spec/rtems/timer/val/ident.yml index ca168715..0190f7e0 100644 --- a/spec/rtems/timer/val/ident.yml +++ b/spec/rtems/timer/val/ident.yml @@ -14,13 +14,14 @@ test-actions: rtems_id id_local_object; sc = rtems_timer_create( - ClassicObjectLocalIdentName, + NAME_LOCAL_OBJECT, &id_local_object ); T_assert_rsc_success( sc ); ${../../req/ident-local:/test-run}( id_local_object, + NAME_LOCAL_OBJECT, ClassicTimerIdentAction ); @@ -39,6 +40,8 @@ test-local-includes: test-setup: null test-stop: null test-support: | + #define NAME_LOCAL_OBJECT rtems_build_name( 'T', 'I', 'M', 'R' ) + static rtems_status_code ClassicTimerIdentAction( rtems_name name, rtems_id *id -- cgit v1.2.3