1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: add atomic_utils test to Kconfig

This commit is contained in:
Francisco Molina 2021-09-24 17:20:28 +02:00
parent 1af2462404
commit c307caddf1
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_ATOMIC_UTILS=y
CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y
CONFIG_MODULE_XTIMER=y

View File

@ -0,0 +1,8 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_ATOMIC_UTILS=y
CONFIG_MODULE_FMT=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_RANDOM=y
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_MODULE_XTIMER=y

View File

@ -0,0 +1,7 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_ATOMIC_UTILS=y
CONFIG_MODULE_RANDOM=y
# Force tinymt32 to be selected
CONFIG_MODULE_PRNG_TINYMT32=y