commit | 42b44c34136857ccdf90ebb1cbc38f2bf0aec7a1 | [log] [tgz] |
---|---|---|
author | Shuah Khan (Samsung OSG) <shuah@kernel.org> | Thu Apr 19 16:30:33 2018 -0600 |
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | Wed May 30 15:21:51 2018 -0600 |
tree | 683d1368ef3ad5480cd43f13db644fb6b2cbf37c | |
parent | d8da8665e8e34c14f9b20fe3f21dff29b24cbf02 [diff] |
selftests: lib.mk: cleanup RUN_TESTS define and make it readable Refine RUN_TESTS define's output block for summary and non-summary code to remove duplicate code and make it readable. cd `dirname $$TEST` > /dev/null; and cd - > /dev/null; are moved to common code block and indentation fixed. Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>