summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/gen_kselftest_tar.sh
Commit message (Collapse)AuthorAgeFilesLines
* selftests: gen_kselftest_tar.h: Add SPDX license identifierShuah Khan2018-01-121-3/+1Star
| | | | | | Replace GPL license statement with SPDX GPL-2.0 license identifier. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
* selftests: Add tool to generate kselftest tar archiveShuah Khan2015-03-241-0/+55
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>