mbox series

[0/2] Simplify kselftest build and install use-cases

Message ID cover.1569452305.git.skhan@linuxfoundation.org (mailing list archive)
Headers show
Series Simplify kselftest build and install use-cases | expand

Message

Shuah Khan Sept. 25, 2019, 11:04 p.m. UTC
This patch series simplifies kselftest use-cases and addresses requests
from developers and testers to add support for building and installing
from the main Makefile.

Shuah Khan (2):
  Makefile: Add kselftest_build target to build tests
  selftests: Add kselftest_install target to main Makefile

 Makefile                                     | 8 ++++++++
 tools/testing/selftests/Makefile             | 8 ++++++--
 tools/testing/selftests/kselftest_install.sh | 4 ++--
 3 files changed, 16 insertions(+), 4 deletions(-)