1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/build_system/kconfig_features
2023-05-11 14:30:50 +02:00
..
Kconfig tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
main.c tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
Makefile tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
README.md tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00

Kconfig features test

The objective of this test is to control the synchronization of features provided by boards via Makefile.features and Kconfig files during the migration process.

It also checks that multiple common variables (e.g. CPU_MODEL) have the same value in the Makefiles and in Kconfig.

The test checks during compilation that both lists of features provided by the board match. The BOARD_WHITELIST is used to test only the boards that have their features modelled in Kconfig.