summaryrefslogtreecommitdiffstats
path: root/spec/rtems/event/val/send-receive.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 07:48:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 14:23:14 +0100
commit5591cc2fd4619784ec64bb0634eca7a43d99bfbc (patch)
treed91adbac86dca07f67e9312f6211ed107ac9b37c /spec/rtems/event/val/send-receive.yml
parentvalidation: Avoid empty test context instance (diff)
downloadrtems-central-5591cc2fd4619784ec64bb0634eca7a43d99bfbc.tar.bz2
validation: Add context and fixture to test case
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