mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
Verify that setting IDF_COMPONENT_MANAGER=0 skips the component manager flow entirely and produces a successful build. The test also asserts that no "Component manager round" messages appear in the output, confirming the manager loop is not entered. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>