mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-15 16:33:32 +00:00
soc unit tests have not been included when compiling with CMake,
because ../${SOC_NAME}/test was not evaluated relative to the
CMakeLists.txt directory.
Also call register_components() regardless of the presence of test
directory for particular target.