mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
menu "CPP11 Testcase"
|
|
|
|
config UTEST_CPP11_THREAD_TC
|
|
bool "Cpp11 thread test"
|
|
select RT_USING_CPLUSPLUS
|
|
select RT_USING_CPLUSPLUS11
|
|
default n
|
|
|
|
endmenu
|