Skip to content

Commit 57c0662

Browse files
committed
utest: UTEST_CPP11_THREAD_TC -> RT_UTEST_CPP11_THREAD
Signed-off-by: Chen Wang <[email protected]>
1 parent 0dc3990 commit 57c0662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/utest/configs/cpp11/cpp11.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_UTEST_CPP11_THREAD_TC=y
1+
CONFIG_RT_UTEST_CPP11_THREAD=y
22
# dependencies
33
CONFIG_RT_USING_CI_ACTION=y
44
CONFIG_RT_USING_CPLUSPLUS=y

examples/utest/testcases/cpp11/Kconfig

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

3-
config UTEST_CPP11_THREAD_TC
3+
config RT_UTEST_CPP11_THREAD
44
bool "Cpp11 thread test"
55
select RT_USING_CPLUSPLUS
66
select RT_USING_CPLUSPLUS11

examples/utest/testcases/cpp11/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('UTEST_CPP11_THREAD_TC'):
8+
if GetDepend('RT_UTEST_CPP11_THREAD'):
99
src += Glob('tc_*.cpp')
1010

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

0 commit comments

Comments
 (0)