Commit a2fa60ee authored by Meng Li's avatar Meng Li Committed by Shuah Khan
Browse files

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: default avatarMeng Li <li.meng@amd.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 94fea664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:

TEST_PROGS := amd-pstate-ut.sh
TEST_PROGS := basic.sh

include ../lib.mk