if tests/core/unit-tests/ is designed to test both hooks and internal api functions, then we need to update
tests/core/check_needed_unit_tests.sh.
if tests/core/unit-tests/ is designed to only test internal api functions, then it might be better to rename it to something like tests/core/internal-api/
if
tests/core/unit-tests/
is designed to test both hooks and internal api functions, then we need to updatetests/core/check_needed_unit_tests.sh
.if
tests/core/unit-tests/
is designed to only test internal api functions, then it might be better to rename it to something liketests/core/internal-api/
anyway, something should be done about it
@mzap, what do you think about it ?