esp-idf/tools/test_apps/build_system/rsource_test
Marius Vikhammer c7a827a136 kconfig: update check_kconfigs.py to handle orsource command
check_kconfigs.py would only correctly handle "source", but not "rsource", "osource"
or "orsource".

Fixed any warnings detected after updating the test.
2022-05-06 11:31:24 +08:00
..
main kconfig: update check_kconfigs.py to handle orsource command 2022-05-06 11:31:24 +08:00
CMakeLists.txt ci: add rsource test app 2020-08-17 20:50:36 +08:00
Kconfig.extra ci: add rsource test app 2020-08-17 20:50:36 +08:00
README.txt ci: add rsource test app 2020-08-17 20:50:36 +08:00

This project tests that use of rsource in Kconfig files. The main component will source a Kconfig file depending on the target (IDF_TARGET), which in turn will source a Kconfig file in the project directory -- all specified via relative paths.