Skip to content

Commit 7c6c15d

Browse files
committed
utest: UTEST_TMPFS_CP -> RT_UTEST_TMPFS_CP
Signed-off-by: Chen Wang <[email protected]>
1 parent 62aed67 commit 7c6c15d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
menu "Tmpfs Testcase"
22

3-
config UTEST_TMPFS_CP
3+
config RT_UTEST_TMPFS_CP
44
bool "tmpfs cp test"
55
default n
66
endmenu

examples/utest/testcases/tmpfs/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
55
src = []
66
CPPPATH = [cwd]
77

8-
if GetDepend(['RT_USING_SMART','UTEST_TMPFS_CP']):
8+
if GetDepend(['RT_USING_SMART','RT_UTEST_TMPFS_CP']):
99
src += ['tmpfs.c']
1010

1111
group = DefineGroup('utestcases', src, depend = ['RT_USING_UTESTCASES'], CPPPATH = CPPPATH)

0 commit comments

Comments
 (0)