summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation/profile.yml
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/validation/profile.yml
parentcontent: Fix SphinxContent.directive() gaps (diff)
downloadrtems-central-3501795f1e12cdfdc0a32265e7050ff1186c5341.tar.bz2
Change format of enabled-by attribute
Diffstat (limited to '')
-rw-r--r--spec/testsuites/validation/profile.yml8
1 files changed, 4 insertions, 4 deletions
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