mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-08 13:08:32 -05: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