diff options
| author | NĂcolas F. R. A. Prado <nfraprado@collabora.com> | 2024-07-05 19:29:55 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-12 10:59:06 +0200 |
| commit | 0e7b7bde460304f44e8c6b212c3195ac2f69f6fe (patch) | |
| tree | a2d7091b0715a54e5560e893c8c5d63b482ac9ff /tools/testing/selftests/Makefile | |
| parent | 0debb20c5c812f8750c20c3406bc94a1e8ea4742 (diff) | |
| download | linux-0e7b7bde460304f44e8c6b212c3195ac2f69f6fe.tar.gz linux-0e7b7bde460304f44e8c6b212c3195ac2f69f6fe.tar.bz2 linux-0e7b7bde460304f44e8c6b212c3195ac2f69f6fe.zip | |
kselftest: Move ksft helper module to common directory
Move the ksft python module, which provides generic helpers for
kselftests, to a common directory so it can be more easily shared
between different tests.
Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240705-dev-err-log-selftest-v2-2-163b9cd7b3c1@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
| -rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 37214201d974..7bd78b9f5cdd 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -251,6 +251,7 @@ ifdef INSTALL_PATH install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/ install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/ install -m 744 kselftest/ktap_helpers.sh $(INSTALL_PATH)/kselftest/ + install -m 744 kselftest/ksft.py $(INSTALL_PATH)/kselftest/ install -m 744 run_kselftest.sh $(INSTALL_PATH)/ rm -f $(TEST_LIST) @ret=1; \ |
