4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-26 21:07:23 +08:00

10 lines
166 B
Plaintext
Raw Normal View History

2022-03-31 23:01:34 +08:00
menu "CPP11 Testcase"
config UTEST_CPP11_THREAD_TC
bool "Cpp11 thread test"
2022-04-21 10:31:32 +08:00
select RT_USING_CPLUSPLUS
select RT_USING_CPLUSPLUS11
2022-03-31 23:01:34 +08:00
default n
endmenu