summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-02-26 16:48:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-02-27 14:10:06 +0100
commit6582b70537ae1f96a0b1bfa635f36be16d8a0565 (patch)
treec0774220c5aed217a9e1632084c764dc66323865
parenttestsuites/jffs2: Add test for empty NOR FS (diff)
downloadrtems-6582b70537ae1f96a0b1bfa635f36be16d8a0565.tar.bz2
testsuites/unit: Add files to group
-rw-r--r--testsuites/unit/tc-base64-decode.c6
-rw-r--r--testsuites/unit/tc-crc.c6
2 files changed, 12 insertions, 0 deletions
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
*