From 69a35fb92532e60b70b12ba283d7a23f3afb7c8a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Oct 2020 13:25:47 +0200 Subject: validation: Improve file header comment --- testsuites/validation/tc-message-construct-errors.c | 13 +++++++++---- testsuites/validation/tc-task-construct-errors.c | 13 +++++++++---- testsuites/validation/ts-validation-0.c | 18 +++++++++++------- 3 files changed, 29 insertions(+), 15 deletions(-) (limited to 'testsuites') diff --git a/testsuites/validation/tc-message-construct-errors.c b/testsuites/validation/tc-message-construct-errors.c index 69378e27c7..2493600312 100644 --- a/testsuites/validation/tc-message-construct-errors.c +++ b/testsuites/validation/tc-message-construct-errors.c @@ -32,12 +32,17 @@ */ /* - * This file was automatically generated. Do not edit it manually. - * Please have a look at + * Do not manually edit this file. It is part of the RTEMS quality process + * and was automatically generated. * - * https://docs.rtems.org/branches/master/eng/req/howto.html + * If you find something that needs to be fixed or worded better please + * post a report to an RTEMS mailing list or raise a bug report: + * + * https://docs.rtems.org/branches/master/user/support/bugs.html * - * for information how to maintain and re-generate this file. + * For information on updating and regenerating please refer to: + * + * https://docs.rtems.org/branches/master/eng/req/howto.html */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/validation/tc-task-construct-errors.c b/testsuites/validation/tc-task-construct-errors.c index 981bacb07b..37873ba7d6 100644 --- a/testsuites/validation/tc-task-construct-errors.c +++ b/testsuites/validation/tc-task-construct-errors.c @@ -32,12 +32,17 @@ */ /* - * This file was automatically generated. Do not edit it manually. - * Please have a look at + * Do not manually edit this file. It is part of the RTEMS quality process + * and was automatically generated. * - * https://docs.rtems.org/branches/master/eng/req/howto.html + * If you find something that needs to be fixed or worded better please + * post a report to an RTEMS mailing list or raise a bug report: + * + * https://docs.rtems.org/branches/master/user/support/bugs.html * - * for information how to maintain and re-generate this file. + * For information on updating and regenerating please refer to: + * + * https://docs.rtems.org/branches/master/eng/req/howto.html */ #ifdef HAVE_CONFIG_H diff --git a/testsuites/validation/ts-validation-0.c b/testsuites/validation/ts-validation-0.c index 0d641637ee..baaa679c05 100644 --- a/testsuites/validation/ts-validation-0.c +++ b/testsuites/validation/ts-validation-0.c @@ -32,12 +32,17 @@ */ /* - * This file was automatically generated. Do not edit it manually. - * Please have a look at + * Do not manually edit this file. It is part of the RTEMS quality process + * and was automatically generated. * - * https://docs.rtems.org/branches/master/eng/req/howto.html + * If you find something that needs to be fixed or worded better please + * post a report to an RTEMS mailing list or raise a bug report: + * + * https://docs.rtems.org/branches/master/user/support/bugs.html + * + * For information on updating and regenerating please refer to: * - * for information how to maintain and re-generate this file. + * https://docs.rtems.org/branches/master/eng/req/howto.html */ #ifdef HAVE_CONFIG_H @@ -47,9 +52,10 @@ #include #include #include +#include +#include #include -#include /** * @defgroup RTEMSTestSuiteTestsuitesValidation0 spec:/testsuites/validation-0 @@ -65,8 +71,6 @@ * @{ */ -#include - const char rtems_test_name[] = "Validation0"; static char buffer[ 512 ]; -- cgit v1.2.3