mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 13:33:51 +00:00
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
menu "CPP11 Testcase"
|
|
|
|
config RT_UTEST_CPP11_THREAD
|
|
bool "Cpp11 thread test"
|
|
select RT_USING_CPLUSPLUS
|
|
select RT_USING_CPLUSPLUS11
|
|
default n
|
|
|
|
endmenu
|