mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-15 01:02:29 +00: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