mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
5951314f5d
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