summaryrefslogtreecommitdiffstats
path: root/spec/rtems/attr/val/attr.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/attr/val/attr.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/attr/val/attr.yml')
-rw-r--r--spec/rtems/attr/val/attr.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index c60aab1a..167948f3 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -246,15 +246,18 @@ test-actions:
links: []
test-brief: |
Tests the attribute constants of the Classic API.
+test-context: []
+test-context-support: null
test-description: null
test-epilogue: null
-test-fixture: null
test-header: null
test-includes:
- rtems.h
test-local-includes: []
test-prologue: |
rtems_attribute attributes;
+test-setup: null
+test-stop: null
test-support: |
static bool IsPowerOfTwo( rtems_attribute attribute )
{
@@ -275,4 +278,5 @@ test-support: |
return count;
}
test-target: testsuites/validation/tc-attr.c
+test-teardown: null
type: test-case