Skip to content
  • Shuah Khan's avatar
    selftests: Add kselftest install tool · 21979405
    Shuah Khan authored
    
    
    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: default avatarShuah Khan <shuahkh@osg.samsung.com>
    21979405