mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 17:12:01 +08:00
utest: UTEST_TMPFS_CP -> RT_UTEST_TMPFS_CP
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
menu "Tmpfs Testcase"
|
||||
|
||||
config UTEST_TMPFS_CP
|
||||
config RT_UTEST_TMPFS_CP
|
||||
bool "tmpfs cp test"
|
||||
default n
|
||||
endmenu
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user