Files
luban-lite-t3e-pro/kernel/rt-thread/examples/utest/testcases/cpp11/Kconfig

10 lines
166 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "CPP11 Testcase"
config UTEST_CPP11_THREAD_TC
bool "Cpp11 thread test"
select RT_USING_CPLUSPLUS
select RT_USING_CPLUSPLUS11
default n
endmenu