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>
This commit is contained in:
Meng Li 2022-10-31 16:49:20 +08:00 committed by Shuah Khan
parent 94fea664ae
commit a2fa60ee7c
2 changed files with 1 additions and 1 deletions

View File

@ -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