On Tue, 29 Sep 2020 at 01:56, Kees Cook keescook@chromium.org wrote:
Instead of building a script on the fly (which just repeats the same thing for each test collection), move the script out of the Makefile and into run_kselftest.sh, which reads kselftest-list.txt.
Adjust the emit_tests target to report each test on a separate line so that test running tools (e.g. LAVA) can easily remove individual tests (for example, as seen in [1]).
[1] https://github.com/Linaro/test-definitions/pull/208/commits/2e7b62155e4998e5...
Signed-off-by: Kees Cook keescook@chromium.org
Tested-by: Naresh Kamboju naresh.kamboju@linaro.org
- Naresh