mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-20 09:27:26 +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