summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-acfg-default.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tc-acfg-default.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuites/validation/tc-acfg-default.c b/testsuites/validation/tc-acfg-default.c
index 95fa497cf1..bc23363c49 100644
--- a/testsuites/validation/tc-acfg-default.c
+++ b/testsuites/validation/tc-acfg-default.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseAcfgValDefault
+ * @ingroup AcfgValDefault
*/
/*
- * 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
@@ -61,9 +61,9 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseAcfgValDefault spec:/acfg/val/default
+ * @defgroup AcfgValDefault spec:/acfg/val/default
*
- * @ingroup RTEMSTestSuiteTestsuitesValidationAcfg0
+ * @ingroup TestsuitesValidationAcfg0
*
* @brief Tests the default values of application configuration options.
*
@@ -74,10 +74,10 @@
*
* - Check the configured CONFIGURE_IDLE_TASK_BODY.
*
- * - Check the default value CONFIGURE_IDLE_TASK_STACK_SIZE where the
+ * - Check the default value of CONFIGURE_IDLE_TASK_STACK_SIZE where the
* optional BSP-provided default value is enabled.
*
- * - Check the default value CONFIGURE_INTERRUPT_STACK_SIZE where the
+ * - Check the default value of CONFIGURE_INTERRUPT_STACK_SIZE where the
* optional BSP-provided default value is enabled.
*
* - Check the BSP-provided initial extension is registered.
@@ -160,8 +160,8 @@ static void AcfgValDefault_Action_0( void )
T_step_eq_ptr( 0, rtems_configuration_get_idle_task(), IdleBody );
/*
- * Check the default value CONFIGURE_IDLE_TASK_STACK_SIZE where the optional
- * BSP-provided default value is enabled.
+ * Check the default value of CONFIGURE_IDLE_TASK_STACK_SIZE where the
+ * optional BSP-provided default value is enabled.
*/
T_step_eq_sz(
1,
@@ -174,8 +174,8 @@ static void AcfgValDefault_Action_0( void )
);
/*
- * Check the default value CONFIGURE_INTERRUPT_STACK_SIZE where the optional
- * BSP-provided default value is enabled.
+ * Check the default value of CONFIGURE_INTERRUPT_STACK_SIZE where the
+ * optional BSP-provided default value is enabled.
*/
T_step_eq_sz(
2,