summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 13:25:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 13:43:39 +0200
commit69a35fb92532e60b70b12ba283d7a23f3afb7c8a (patch)
treeb2e41705ef307360b8143d062a8cd1e261548e77 /testsuites
parentdoxygen: Add "Generated from ..." comments (diff)
downloadrtems-69a35fb92532e60b70b12ba283d7a23f3afb7c8a.tar.bz2
validation: Improve file header comment
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/validation/tc-message-construct-errors.c13
-rw-r--r--testsuites/validation/tc-task-construct-errors.c13
-rw-r--r--testsuites/validation/ts-validation-0.c18
3 files changed, 29 insertions, 15 deletions
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 <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/sysinit.h>
+#include <rtems/test-info.h>
+#include <rtems/testopts.h>
#include <rtems/test.h>
-#include <rtems/testopts.h>
/**
* @defgroup RTEMSTestSuiteTestsuitesValidation0 spec:/testsuites/validation-0
@@ -65,8 +71,6 @@
* @{
*/
-#include <rtems/test-info.h>
-
const char rtems_test_name[] = "Validation0";
static char buffer[ 512 ];