From 6582b70537ae1f96a0b1bfa635f36be16d8a0565 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Feb 2024 16:48:23 +0100 Subject: [PATCH] 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 *