summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/ts-terminate.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/ts-terminate.c')
-rw-r--r--testsuites/validation/ts-terminate.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/validation/ts-terminate.c b/testsuites/validation/ts-terminate.c
index 52676db6d9..670c7ec6a2 100644
--- a/testsuites/validation/ts-terminate.c
+++ b/testsuites/validation/ts-terminate.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestSuiteTestsuitesTerminate
+ * @ingroup TestsuitesTerminate
*/
/*
- * 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,9 +57,9 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestSuiteTestsuitesTerminate spec:/testsuites/terminate
+ * @defgroup TestsuitesTerminate spec:/testsuites/terminate
*
- * @ingroup RTEMSTestSuites
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This validation test suite contains a test case for the system
* termination procedure.
@@ -67,7 +67,7 @@
* @{
*/
-const char rtems_test_name[] = "Terminate";
+const char rtems_test_name[] = "TestsuitesTerminate";
#define CONFIGURE_MAXIMUM_PROCESSORS 2