summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/ts-fatal-idle-thread-stack-too-small.c')
-rw-r--r--testsuites/validation/ts-fatal-idle-thread-stack-too-small.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c b/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
index 048f073338..ddfe59df13 100644
--- a/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
+++ b/testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestSuiteTestsuitesFatalIdleThreadStackTooSmall
+ * @ingroup TestsuitesFatalIdleThreadStackTooSmall
*/
/*
- * Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2021 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -57,10 +57,10 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestSuiteTestsuitesFatalIdleThreadStackTooSmall \
+ * @defgroup TestsuitesFatalIdleThreadStackTooSmall \
* spec:/testsuites/fatal-idle-thread-stack-too-small
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case which triggers a
* fatal error during system initialization.
@@ -68,7 +68,7 @@
* @{
*/
-const char rtems_test_name[] = "FatalIdleThreadStackTooSmall";
+const char rtems_test_name[] = "TestsuitesFatalIdleThreadStackTooSmall";
#define FATAL_SYSINIT_RUN ScoreThreadValFatalIdleThreadStackTooSmall_Run