summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-07 15:42:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 15:19:28 +0200
commit8b56752badb393165ad862b4cfa05543bdaffac1 (patch)
treecb3ae195c87640afa1157f93ff93a83c798b9be8
parentconfig.yml: Generate Partition Manager doc (diff)
downloadrtems-central-8b56752badb393165ad862b4cfa05543bdaffac1.tar.bz2
spec: Use RTEMS_TEST_VERBOSITY
-rw-r--r--spec/testsuites/validation-0.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/testsuites/validation-0.yml b/spec/testsuites/validation-0.yml
index bf4042b7..f9cd5525 100644
--- a/spec/testsuites/validation-0.yml
+++ b/spec/testsuites/validation-0.yml
@@ -7,8 +7,6 @@ test-brief: |
This general purpose validation test suite provides enough resources to run
basic tests for all specified managers and functions.
test-code: |
- #include <rtems/test-info.h>
-
const char rtems_test_name[] = "Validation0";
static char buffer[ 512 ];
@@ -31,7 +29,7 @@ test-code: |
.buf = buffer,
.buf_size = sizeof( buffer ),
.putchar = rtems_put_char,
- .verbosity = T_VERBOSE,
+ .verbosity = RTEMS_TEST_VERBOSITY,
.now = T_now_clock,
.action_count = T_ARRAY_SIZE( actions ),
.actions = actions
@@ -168,6 +166,8 @@ test-includes:
- rtems.h
- rtems/bspIo.h
- rtems/sysinit.h
+- rtems/test-info.h
+- rtems/testopts.h
test-local-includes: []
test-target: testsuites/validation/ts-validation-0.c
type: test-suite