selftests: amd-pstate: Add test trigger for amd-pstate driver
[platform/kernel/linux-starfive.git] / tools / testing / selftests / amd-pstate / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Makefile for amd-pstate/ function selftests
3
4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
5 all:
6
7 TEST_PROGS := amd-pstate-ut.sh
8
9 include ../lib.mk