Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesktop.org/drm/drm
[linux-block.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 uname_M := $(shell uname -m 2>/dev/null || echo not)
8 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
9
10 TEST_PROGS := run.sh
11 TEST_FILES := basic.sh tbench.sh gitsource.sh
12
13 include ../lib.mk