Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.

Rename amd-pstate-ut.sh to basic.sh.
The purpose of this modification is to facilitate the subsequent
addition of gitsource, tbench and other tests.

Signed-off-by: Meng Li <li.meng@amd.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Meng Li and committed by
Shuah Khan
a2fa60ee 94fea664

+1 -1
+1 -1
tools/testing/selftests/amd-pstate/Makefile
··· 4 4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" 5 5 all: 6 6 7 - TEST_PROGS := amd-pstate-ut.sh 7 + TEST_PROGS := basic.sh 8 8 9 9 include ../lib.mk
tools/testing/selftests/amd-pstate/amd-pstate-ut.sh tools/testing/selftests/amd-pstate/basic.sh