mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
make: look for TEST_COMPONENTS in all component directories This change allows building unit tests found inside the project components directory. fixes https://github.com/espressif/esp-idf/issues/354 See merge request !537