summaryrefslogtreecommitdiffstats
path: root/spec/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-18 08:19:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit3501795f1e12cdfdc0a32265e7050ff1186c5341 (patch)
treebc868a3a16136b1e01c1f01785c7e141d3e91874 /spec/testsuites
parentcontent: Fix SphinxContent.directive() gaps (diff)
downloadrtems-central-3501795f1e12cdfdc0a32265e7050ff1186c5341.tar.bz2
Change format of enabled-by attribute
Diffstat (limited to 'spec/testsuites')
-rw-r--r--spec/testsuites/validation/c-library.yml20
-rw-r--r--spec/testsuites/validation/classic-barrier.yml16
-rw-r--r--spec/testsuites/validation/profile.yml8
3 files changed, 22 insertions, 22 deletions
diff --git a/spec/testsuites/validation/c-library.yml b/spec/testsuites/validation/c-library.yml
index 3ccc95ef..a4f43bfe 100644
--- a/spec/testsuites/validation/c-library.yml
+++ b/spec/testsuites/validation/c-library.yml
@@ -1,4 +1,14 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+includes:
+- rtems.h
+- stdlib.h
+- rtems/malloc.h
+links: []
+local-includes: []
+source: testsuites/validation/tc-space-profile.c
test-case-actions:
- action: |
p = aligned_alloc(128, 4);
@@ -65,14 +75,4 @@ test-case-prologue: |
int s;
int d;
test-case-support: null
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: []
-includes:
-- rtems.h
-- stdlib.h
-- rtems/malloc.h
-links: []
-local-includes: []
-source: testsuites/validation/tc-space-profile.c
type: test-case
diff --git a/spec/testsuites/validation/classic-barrier.yml b/spec/testsuites/validation/classic-barrier.yml
index 543b1d9a..aa83ad14 100644
--- a/spec/testsuites/validation/classic-barrier.yml
+++ b/spec/testsuites/validation/classic-barrier.yml
@@ -1,4 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+includes:
+- rtems.h
+links: []
+local-includes: []
+source: testsuites/validation/tc-space-profile.c
test-case-actions:
- action: |
id = 0xffffffff;
@@ -75,12 +83,4 @@ test-case-prologue: |
rtems_id id2;
uint32_t released;
test-case-support: null
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: []
-includes:
-- rtems.h
-links: []
-local-includes: []
-source: testsuites/validation/tc-space-profile.c
type: test-case
diff --git a/spec/testsuites/validation/profile.yml b/spec/testsuites/validation/profile.yml
index fa3c0171..72e61813 100644
--- a/spec/testsuites/validation/profile.yml
+++ b/spec/testsuites/validation/profile.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: []
+enabled-by: true
includes:
- rtems.h
- rtems/bspIo.h
@@ -10,6 +10,9 @@ includes:
links: []
local-includes: []
source: testsuites/validation/ts-space-profile.c
+test-suite-brief: |
+ This test suite contains test cases which call in combination all functions
+ included in the space profile.
test-suite-code: |
#define NAME rtems_build_name('N', 'A', 'M', 'E')
@@ -150,9 +153,6 @@ test-suite-code: |
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
-test-suite-brief: |
- This test suite contains test cases which call in combination all functions
- included in the space profile.
test-suite-description: null
test-suite-name: Space Profile
type: test-suite