utest: UTEST_TMPFS_CP -> RT_UTEST_TMPFS_CP

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-13 16:44:19 +08:00
committed by R b b666
parent e536c49a87
commit 182a07ef58
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
menu "Tmpfs Testcase"
config UTEST_TMPFS_CP
config RT_UTEST_TMPFS_CP
bool "tmpfs cp test"
default n
endmenu

View File

@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
src = []
CPPPATH = [cwd]
if GetDepend(['RT_USING_SMART','UTEST_TMPFS_CP']):
if GetDepend(['RT_USING_SMART','RT_UTEST_TMPFS_CP']):
src += ['tmpfs.c']
group = DefineGroup('utestcases', src, depend = ['RT_USING_UTESTCASES'], CPPPATH = CPPPATH)