From a1c17c58ca61eb898a5daf928eb3e9e40cf1a778 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Sep 2020 10:12:48 +0200 Subject: spec: Delete resources in validation tests --- spec/rtems/timer/val/ident.yml | 4 +++- 1 file changed, 3 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 dd174cd1..6937af27 100644 --- a/spec/rtems/timer/val/ident.yml +++ b/spec/rtems/timer/val/ident.yml @@ -18,7 +18,9 @@ test-actions: links: [] test-brief: Test the ${../if/ident:/name} directive. test-description: null -test-epilogue: null +test-epilogue: | + sc = rtems_timer_delete( id_local_object ); + T_rsc_success( sc ); test-fixture: null test-header: null test-includes: [] -- cgit v1.2.3