]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
selftests: Add kselftest install tool
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 18 Mar 2015 21:19:50 +0000 (15:19 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 24 Mar 2015 14:43:05 +0000 (08:43 -0600)
commit219794052f753fae54def9ba6758b31447b0244d
treeba734a0b257715661d63ff7151b9c74cf608b980
parent84f887bfb930e7fbc01c060edd68c7cc6e2b824b
selftests: Add kselftest install tool

kselftest_install.sh tool installs selftests in default location
which is tools/testing/selftests/kselftest or an user specified
location. This tool invokes back-end selftests install target with
the install location.

Usage:
cd tools/testing/selftests
./kselftest_install.sh [ install_dir ]

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/kselftest_install.sh [new file with mode: 0755]