[rtems commit] testsuites/unit: Add files to group

Sebastian Huber sebh at rtems.org
Tue Feb 27 13:12:01 UTC 2024


Module:    rtems
Branch:    master
Commit:    6582b70537ae1f96a0b1bfa635f36be16d8a0565
Changeset: http://git.rtems.org/rtems/commit/?id=6582b70537ae1f96a0b1bfa635f36be16d8a0565

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Feb 26 16:48:23 2024 +0100

testsuites/unit: Add files to group

---

 testsuites/unit/tc-base64-decode.c | 6 ++++++
 testsuites/unit/tc-crc.c           | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/testsuites/unit/tc-base64-decode.c b/testsuites/unit/tc-base64-decode.c
index dd9d50b069..4b0672d310 100644
--- a/testsuites/unit/tc-base64-decode.c
+++ b/testsuites/unit/tc-base64-decode.c
@@ -1,5 +1,11 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
+/**
+ * @file
+ *
+ * @ingroup TestsuitesUnitNoClock0
+ */
+
 /*
  * Copyright (C) 2023 embedded brains GmbH & Co. KG
  *
diff --git a/testsuites/unit/tc-crc.c b/testsuites/unit/tc-crc.c
index 4ab0f4c882..d33a837860 100644
--- a/testsuites/unit/tc-crc.c
+++ b/testsuites/unit/tc-crc.c
@@ -1,5 +1,11 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
+/**
+ * @file
+ *
+ * @ingroup TestsuitesUnitNoClock0
+ */
+
 /*
  * Copyright (C) 2023 embedded brains GmbH & Co. KG
  *



More information about the vc mailing list