summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/val/ident.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/timer/val/ident.yml')
-rw-r--r--spec/rtems/timer/val/ident.yml5
1 files changed, 4 insertions, 1 deletions
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