mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/cpp11_*: add Kconfig support
This commit is contained in:
parent
1db89df391
commit
925cf7f969
3
tests/cpp11_condition_variable/app.config.test
Normal file
3
tests/cpp11_condition_variable/app.config.test
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_MODULE_CPP11-COMPAT=y
|
||||
CONFIG_MODULE_TIMEX=y
|
||||
CONFIG_MODULE_XTIMER=y
|
3
tests/cpp11_mutex/app.config.test
Normal file
3
tests/cpp11_mutex/app.config.test
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_MODULE_CPP11-COMPAT=y
|
||||
CONFIG_MODULE_LIBC_GETTIMEOFDAY=y
|
||||
CONFIG_MODULE_XTIMER=y
|
3
tests/cpp11_thread/app.config.test
Normal file
3
tests/cpp11_thread/app.config.test
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_MODULE_CPP11-COMPAT=y
|
||||
CONFIG_MODULE_TIMEX=y
|
||||
CONFIG_MODULE_XTIMER=y
|
Loading…
Reference in New Issue
Block a user