diff options
author | Kees Cook <keescook@chromium.org> | 2019-04-25 02:12:30 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-04-25 22:14:13 +0300 |
commit | 42d46e57ec9718c1090e43db75f433d0841af525 (patch) | |
tree | 64ff0ca94762558142eae3f9f3a8ab68f268b81c /tools/testing/selftests/.gitignore | |
parent | d917fb876f6eaeeea8a2b620d2a266ce26372f4d (diff) | |
download | linux-42d46e57ec9718c1090e43db75f433d0841af525.tar.xz |
selftests: Extract single-test shell logic from lib.mk
In order to improve the reusability of the kselftest test running logic,
this extracts the single-test logic from lib.mk into kselftest/runner.sh
which lib.mk can call directly. No changes in output.
As part of the change, this moves the "summary" Makefile logic around
to set a new "logfile" output. This will be used again in the future
"emit_tests" target as well.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/.gitignore')
-rw-r--r-- | tools/testing/selftests/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore index 91750352459d..8059ce834247 100644 --- a/tools/testing/selftests/.gitignore +++ b/tools/testing/selftests/.gitignore @@ -1,4 +1,3 @@ -kselftest gpiogpio-event-mon gpiogpio-hammer gpioinclude/ |