Skip to content

Commit b8cfa3f

Browse files
committed
utest/utest: rename name and add license text
Signed-off-by: Chen Wang <[email protected]>
1 parent 41ea61a commit b8cfa3f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/utilities/utest/utest/TC_uassert.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2006-2025, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include <rtthread.h>
28
#include "utest.h"
39

@@ -80,4 +86,4 @@ static void utest_do_tc(void)
8086
UTEST_UNIT_RUN(TC_uassert_in_range);
8187
}
8288

83-
UTEST_TC_EXPORT(utest_do_tc, "utest.uassert", RT_NULL, RT_NULL, 10);
89+
UTEST_TC_EXPORT(utest_do_tc, "utest", RT_NULL, RT_NULL, 10);

0 commit comments

Comments
 (0)