|
@@ -1,13 +1,11 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
+# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
#
|
|
# Kselftest Install
|
|
# Kselftest Install
|
|
# Install kselftest tests
|
|
# Install kselftest tests
|
|
# Author: Shuah Khan <shuahkh@osg.samsung.com>
|
|
# Author: Shuah Khan <shuahkh@osg.samsung.com>
|
|
# Copyright (C) 2015 Samsung Electronics Co., Ltd.
|
|
# Copyright (C) 2015 Samsung Electronics Co., Ltd.
|
|
|
|
|
|
-# This software may be freely redistributed under the terms of the GNU
|
|
|
|
-# General Public License (GPLv2).
|
|
|
|
-
|
|
|
|
install_loc=`pwd`
|
|
install_loc=`pwd`
|
|
|
|
|
|
main()
|
|
main()
|