Merge tag 'sound-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-block.git] / tools / testing / selftests / amd-pstate / Makefile
CommitLineData
e1083a03
ML
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"
5all:
6
ba2d788a
ML
7uname_M := $(shell uname -m 2>/dev/null || echo not)
8ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
9
e5df3268 10TEST_PROGS := run.sh
013190c4 11TEST_FILES := basic.sh tbench.sh gitsource.sh
e1083a03
ML
12
13include ../lib.mk