aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2017-01-12 00:16:07 +0900
committerShuah Khan <shuahkh@osg.samsung.com>2017-01-19 10:30:46 -0700
commit6320303fb27ae46919c13b2f9ebf3f3a3ad63859 (patch)
tree9aad7a86ff60d51a8c4e54a3b44877045a01a841
parentselftests/intel_pstate: Update makefile to match new style (diff)
downloadwireguard-linux-6320303fb27ae46919c13b2f9ebf3f3a3ad63859.tar.xz
wireguard-linux-6320303fb27ae46919c13b2f9ebf3f3a3ad63859.zip
selftests: Add intel_pstate to TARGETS
This test was missing from the TARGETS list. The test requires patches to cpupower to pass correctly. Cc: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 2741f9e35215..c6ccf57f2cb5 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -8,6 +8,7 @@ TARGETS += firmware
TARGETS += ftrace
TARGETS += futex
TARGETS += gpio
+TARGETS += intel_pstate
TARGETS += ipc
TARGETS += kcmp
TARGETS += lib