]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selftests: Add tool to generate kselftest tar archive
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 18 Mar 2015 21:38:08 +0000 (15:38 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 24 Mar 2015 14:43:19 +0000 (08:43 -0600)
commitf901caaf8e45c7917029ec9197622f0167ea2d40
tree0c411346b403760ed9b4db8fbd66c6e0a77323f2
parent219794052f753fae54def9ba6758b31447b0244d
selftests: Add tool to generate kselftest tar archive

gen_kselftest_tar.sh tool generates kselftest tar archive. This tool
supports uncompressed tar, gz, bz, and xz compression formats and the
default compression format is gzip. This tool runs kselftest install
tool as its back-end.

Usage:
cd tools/testing/selftests
./gen_kselftest_tar [ tar | targz | tarbz2 | tarxz ]

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