validation: Improve file header comment

This commit is contained in:
Sebastian Huber
2020-10-08 13:25:47 +02:00
parent e697baf8d7
commit 69a35fb925
3 changed files with 29 additions and 15 deletions

View File

@@ -32,12 +32,17 @@
*/ */
/* /*
* This file was automatically generated. Do not edit it manually. * Do not manually edit this file. It is part of the RTEMS quality process
* Please have a look at * and was automatically generated.
*
* 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:
* *
* https://docs.rtems.org/branches/master/eng/req/howto.html * https://docs.rtems.org/branches/master/eng/req/howto.html
*
* for information how to maintain and re-generate this file.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@@ -32,12 +32,17 @@
*/ */
/* /*
* This file was automatically generated. Do not edit it manually. * Do not manually edit this file. It is part of the RTEMS quality process
* Please have a look at * and was automatically generated.
*
* 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:
* *
* https://docs.rtems.org/branches/master/eng/req/howto.html * https://docs.rtems.org/branches/master/eng/req/howto.html
*
* for information how to maintain and re-generate this file.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@@ -32,12 +32,17 @@
*/ */
/* /*
* This file was automatically generated. Do not edit it manually. * Do not manually edit this file. It is part of the RTEMS quality process
* Please have a look at * and was automatically generated.
*
* 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:
* *
* https://docs.rtems.org/branches/master/eng/req/howto.html * https://docs.rtems.org/branches/master/eng/req/howto.html
*
* for information how to maintain and re-generate this file.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
@@ -47,9 +52,10 @@
#include <rtems.h> #include <rtems.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/sysinit.h> #include <rtems/sysinit.h>
#include <rtems/test-info.h>
#include <rtems/testopts.h>
#include <rtems/test.h> #include <rtems/test.h>
#include <rtems/testopts.h>
/** /**
* @defgroup RTEMSTestSuiteTestsuitesValidation0 spec:/testsuites/validation-0 * @defgroup RTEMSTestSuiteTestsuitesValidation0 spec:/testsuites/validation-0
@@ -65,8 +71,6 @@
* @{ * @{
*/ */
#include <rtems/test-info.h>
const char rtems_test_name[] = "Validation0"; const char rtems_test_name[] = "Validation0";
static char buffer[ 512 ]; static char buffer[ 512 ];