[rtems-central commit] spec: Use RTEMS_TEST_VERBOSITY
Sebastian Huber
sebh at rtems.org
Thu Oct 8 13:25:41 UTC 2020
Module: rtems-central
Branch: master
Commit: 8b56752badb393165ad862b4cfa05543bdaffac1
Changeset: http://git.rtems.org/rtems-central/commit/?id=8b56752badb393165ad862b4cfa05543bdaffac1
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Oct 7 15:42:09 2020 +0200
spec: Use RTEMS_TEST_VERBOSITY
---
spec/testsuites/validation-0.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/spec/testsuites/validation-0.yml b/spec/testsuites/validation-0.yml
index bf4042b..f9cd552 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
More information about the vc
mailing list