| # Install kselftest tests |
| # Author: Shuah Khan <shuahkh@osg.samsung.com> |
| # Copyright (C) 2015 Samsung Electronics Co., Ltd. |
| # This software may be freely redistributed under the terms of the GNU |
| # General Public License (GPLv2). |
| if [ $(basename $install_loc) != "selftests" ]; then |
| echo "$0: Please run it in selftests directory ..." |
| echo "$0: Installing in default location - $install_loc ..." |
| echo "$0: $1 doesn't exist!!" |
| echo "$0: Installing in specified location - $install_loc ..." |
| install_dir=$install_loc/kselftest |
| # Create install directory |
| INSTALL_PATH=$install_dir make install |