10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
menu "CPP11"
|
|
|
|
config RT_UTEST_CPP11_THREAD
|
|
bool "Cpp11 Thread Test"
|
|
select RT_USING_CPLUSPLUS
|
|
select RT_USING_CPLUSPLUS11
|
|
default n
|
|
|
|
endmenu
|