esp-idf/tools/unit-test-app/components/test_utils
Frantisek Hrbata fbe8bf89ee fix: properly resolve component dependencies
There is currently a bug in the __build_resolve_and_add_req function in
tools/cmake/build.cmake where the check for registered component
requirements is incorrectly applied to the component itself rather than
its dependencies. This issue likely originated from a typo, using
component_target instead of _component_target. To prevent further
confusion, _component_target has been renamed to _req_target.

Fixing this revealed multiple incorrect dependencies for the Linux
target, which have now been resolved by explicitly specifying the
dependencies for the Linux target.

Closes https://github.com/espressif/esp-idf/issues/13447

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-05-30 22:01:55 +08:00
..
include fix(unity): Fixed memory leaks in unity tests 2023-11-15 09:06:06 +01:00
test ci: Delete ccomp_timer in IDF(witch has been moved to component manager) 2023-05-15 14:58:51 +08:00
CMakeLists.txt fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
Kconfig fix(unity): Fixed memory leaks in unity tests 2023-11-15 09:06:06 +01:00
memory_checks.c fix: memory leaks check added 2022-09-17 14:31:36 +05:30
ref_clock_impl_rmt_pcnt.c sdm: support derive clock source from IO MUX 2022-12-29 14:46:16 +08:00
ref_clock_impl_timergroup.c gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
test_runner.c freertos: Refactor OS startup functions 2022-12-08 01:57:30 +08:00
test_utils.c unit test: move unit-test_app test_utils_task_delete API to be a utils API (unity_utils_task_delete) in unity component 2022-03-30 15:11:08 +08:00