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)
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>

No differences found