summaryrefslogtreecommitdiffstats
path: root/spec/rtems/attr/val/attr.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 08:16:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 14:23:23 +0100
commita4a93bef3fb98b4132f42a526a946a38712acf50 (patch)
tree066e60283c6746d6794801b93de21e8454373fd2 /spec/rtems/attr/val/attr.yml
parentvalidation: Add context and fixture to test case (diff)
downloadrtems-central-a4a93bef3fb98b4132f42a526a946a38712acf50.tar.bz2
spec: Avoid test prologue/epilogue in test cases
Diffstat (limited to 'spec/rtems/attr/val/attr.yml')
-rw-r--r--spec/rtems/attr/val/attr.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index 167948f3..d5601b9c 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -5,6 +5,8 @@ enabled-by: true
links: []
test-actions:
- action: |
+ rtems_attribute attributes;
+
/* No action */
checks:
- check: |
@@ -254,8 +256,7 @@ test-header: null
test-includes:
- rtems.h
test-local-includes: []
-test-prologue: |
- rtems_attribute attributes;
+test-prologue: null
test-setup: null
test-stop: null
test-support: |