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:
parent
1af2462404
commit
c307caddf1
5
tests/bench_sys_atomic_utils/app.config.test
Normal file
5
tests/bench_sys_atomic_utils/app.config.test
Normal 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
|
8
tests/sys_atomic_utils/app.config.test
Normal file
8
tests/sys_atomic_utils/app.config.test
Normal 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
|
7
tests/sys_atomic_utils_unittests/app.config.test
Normal file
7
tests/sys_atomic_utils_unittests/app.config.test
Normal 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
|
Loading…
Reference in New Issue
Block a user