summaryrefslogtreecommitdiffstats
path: root/spec/rtems/event/val/send-receive.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/event/val/send-receive.yml')
-rw-r--r--spec/rtems/event/val/send-receive.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/rtems/event/val/send-receive.yml b/spec/rtems/event/val/send-receive.yml
index f3d67209..ac09b015 100644
--- a/spec/rtems/event/val/send-receive.yml
+++ b/spec/rtems/event/val/send-receive.yml
@@ -23,9 +23,10 @@ test-actions:
links: []
test-brief: |
Tests the ${../if/send:/name} and ${../if/receive:/name} directives.
+test-context: []
+test-context-support: null
test-description: null
test-epilogue: null
-test-fixture: null
test-header: null
test-includes:
- rtems/rtems/eventimpl.h
@@ -35,6 +36,8 @@ test-includes:
test-local-includes:
- tr-event-send-receive.h
test-prologue: null
+test-setup: null
+test-stop: null
test-support: |
static rtems_status_code EventSend(
rtems_id id,
@@ -62,4 +65,5 @@ test-support: |
return api->Event.pending_events;
}
test-target: testsuites/validation/tc-event-send-receive.c
+test-teardown: null
type: test-case